ソースを参照

updated live tv styles

Luke Pulverenti 11 年 前
コミット
33e384daad
1 ファイル変更1 行追加1 行削除
  1. 1 1
      MediaBrowser.Api/Playback/BaseStreamingService.cs

+ 1 - 1
MediaBrowser.Api/Playback/BaseStreamingService.cs

@@ -188,7 +188,7 @@ namespace MediaBrowser.Api.Playback
         {
             var args = string.Empty;
 
-            if (state.IsRemote)
+            if (state.IsRemote || !state.HasMediaStreams)
             {
                 return string.Empty;
             }