mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Don't uppercase TrueHD
This commit is contained in:
parent
f77e061ff1
commit
ca093875b4
2 changed files with 5 additions and 3 deletions
|
@ -56,6 +56,8 @@ MEDIA_FLAGS_VIDEO = {'avc1': 'h264',
|
|||
'wmv3': 'wmvhd'
|
||||
}
|
||||
|
||||
AUDIO_CODEC_OVERRIDES = {'truehd': 'TrueHD'}
|
||||
|
||||
AUDIO_CHANNELS = {'1': 'Mono',
|
||||
'2': 'Stereo',
|
||||
'3': '2.1',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue