1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove redundant channel limit

This commit is contained in:
gnattu 2024-12-22 01:58:56 +08:00
parent 92caea08af
commit 8f7974d5c6

View file

@ -1057,7 +1057,6 @@ export default function (options) {
const opusTranscodingProfile = { ...transcodingProfile };
opusTranscodingProfile.AudioCodec = 'opus';
opusTranscodingProfile.MaxAudioChannels = '2';
opusTranscodingProfile.ApplyConditions = [
...opusTranscodingProfile.ApplyConditions || [],
...opusConditions