diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index 158ffe6df6..c04648c373 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; }