mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-28 22:18:06 +00:00
updated live tv styles
This commit is contained in:
@@ -188,7 +188,7 @@ namespace MediaBrowser.Api.Playback
|
||||
{
|
||||
var args = string.Empty;
|
||||
|
||||
if (state.IsRemote)
|
||||
if (state.IsRemote || !state.HasMediaStreams)
|
||||
{
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user