updated live tv styles

This commit is contained in:
Luke Pulverenti 2013-12-23 12:30:26 -05:00
parent 8f1d466be1
commit 33e384daad
1 changed files with 1 additions and 1 deletions

View File

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