Skip to content

Commit

Permalink
Disallow flac from video transcoding. (jellyfin#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 authored and zjeffer committed Jun 14, 2023
1 parent 483067b commit c758ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/nativeshell.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function getDeviceProfile() {
'Container': 'ts',
'Type': 'Video',
'Protocol': 'hls',
'AudioCodec': 'aac,mp3,ac3,opus,flac,vorbis',
'AudioCodec': 'aac,mp3,ac3,opus,vorbis',
'VideoCodec': jmpInfo.settings.video.allow_transcode_to_hevc
? (
jmpInfo.settings.video.prefer_transcode_to_h265
Expand Down

0 comments on commit c758ca6

Please sign in to comment.