aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/BaseStreamingService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-23 12:30:26 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-23 12:30:26 -0500
commit33e384daad10bd55094c09da5ef02b2691086583 (patch)
treed5076e83357eb05cdd8db29ffe367955fd1d6ad2 /MediaBrowser.Api/Playback/BaseStreamingService.cs
parent8f1d466be13c5cbb6a74506fa98e991a96b48453 (diff)
updated live tv styles
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
-rw-r--r--MediaBrowser.Api/Playback/BaseStreamingService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs
index 158ffe6df..c04648c37 100644
--- a/MediaBrowser.Api/Playback/BaseStreamingService.cs
+++ b/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;
}