فهرست منبع

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;
             }