Pārlūkot izejas kodu

updated live tv styles

Luke Pulverenti 11 gadi atpakaļ
vecāks
revīzija
33e384daad
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;
             }