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:
parent
92caea08af
commit
8f7974d5c6
1 changed files with 0 additions and 1 deletions
|
@ -1057,7 +1057,6 @@ export default function (options) {
|
||||||
|
|
||||||
const opusTranscodingProfile = { ...transcodingProfile };
|
const opusTranscodingProfile = { ...transcodingProfile };
|
||||||
opusTranscodingProfile.AudioCodec = 'opus';
|
opusTranscodingProfile.AudioCodec = 'opus';
|
||||||
opusTranscodingProfile.MaxAudioChannels = '2';
|
|
||||||
opusTranscodingProfile.ApplyConditions = [
|
opusTranscodingProfile.ApplyConditions = [
|
||||||
...opusTranscodingProfile.ApplyConditions || [],
|
...opusTranscodingProfile.ApplyConditions || [],
|
||||||
...opusConditions
|
...opusConditions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue