Luke Pulverenti 11 лет назад
Родитель
Сommit
c34521538a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      MediaBrowser.Server.Implementations/Roku/RokuSessionController.cs

+ 1 - 1
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