mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
add ios dts workaround
This commit is contained in:
@@ -2358,7 +2358,8 @@ namespace MediaBrowser.Api.Playback
|
||||
state.TargetVideoStreamCount,
|
||||
state.TargetAudioStreamCount,
|
||||
state.TargetVideoCodecTag,
|
||||
state.IsTargetAVC);
|
||||
state.IsTargetAVC,
|
||||
state.AllAudioCodecs);
|
||||
|
||||
if (mediaProfile != null)
|
||||
{
|
||||
@@ -2580,7 +2581,8 @@ namespace MediaBrowser.Api.Playback
|
||||
state.TargetVideoStreamCount,
|
||||
state.TargetAudioStreamCount,
|
||||
state.TargetVideoCodecTag,
|
||||
state.IsTargetAVC
|
||||
state.IsTargetAVC,
|
||||
state.AllAudioCodecs
|
||||
|
||||
).FirstOrDefault() ?? string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user