updated live tv styles

This commit is contained in:
Luke Pulverenti 2013-12-23 12:30:26 -05:00
parent 8f1d466be1
commit 33e384daad

View File

@ -188,7 +188,7 @@ namespace MediaBrowser.Api.Playback
{ {
var args = string.Empty; var args = string.Empty;
if (state.IsRemote) if (state.IsRemote || !state.HasMediaStreams)
{ {
return string.Empty; return string.Empty;
} }