Browse Source

updated live tv styles

Luke Pulverenti 11 years ago
parent
commit
33e384daad
1 changed files with 1 additions and 1 deletions
  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;
             }