mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
support channels with dlna
This commit is contained in:
@@ -167,7 +167,7 @@ namespace MediaBrowser.Api.Playback.Progressive
|
||||
// This is for internal graphical subs
|
||||
if (hasGraphicalSubs)
|
||||
{
|
||||
args += GetInternalGraphicalSubtitleParam(state, codec);
|
||||
args += GetGraphicalSubtitleParam(state, codec);
|
||||
}
|
||||
|
||||
return args;
|
||||
|
||||
Reference in New Issue
Block a user