瀏覽代碼

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;
             var args = string.Empty;
 
 
-            if (state.IsRemote)
+            if (state.IsRemote || !state.HasMediaStreams)
             {
             {
                 return string.Empty;
                 return string.Empty;
             }
             }