aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-29 15:02:43 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-29 15:02:43 -0400
commitc34521538a1303f1ab918a052a41c3f1e2a1ff11 (patch)
tree491f097b30369014e73e7f288f3381ca6e2070f9
parent9f5101dee2641f99a7a4945475ebb0aa49fb1913 (diff)
support folder playback
-rw-r--r--MediaBrowser.Server.Implementations/Roku/RokuSessionController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Roku/RokuSessionController.cs b/MediaBrowser.Server.Implementations/Roku/RokuSessionController.cs
index d806db1e0..7c8d71b4f 100644
--- a/MediaBrowser.Server.Implementations/Roku/RokuSessionController.cs
+++ b/MediaBrowser.Server.Implementations/Roku/RokuSessionController.cs
@@ -30,7 +30,7 @@ namespace MediaBrowser.Server.Implementations.Roku
public bool SupportsMediaRemoteControl
{
- get { return true; }
+ get { return false; }
}
public bool IsSessionActive