mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-03 21:02:52 +01:00
add ios dts workaround
This commit is contained in:
@@ -541,7 +541,8 @@ namespace Emby.Dlna.PlayTo
|
||||
streamInfo.TargetVideoStreamCount,
|
||||
streamInfo.TargetAudioStreamCount,
|
||||
streamInfo.TargetVideoCodecTag,
|
||||
streamInfo.IsTargetAVC);
|
||||
streamInfo.IsTargetAVC,
|
||||
streamInfo.AllAudioCodecs);
|
||||
|
||||
return list.FirstOrDefault();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user