1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

New: Added Mediainfo Video Dynamic Range column for movies

(cherry picked from commit ae0e23fc8ee450a20b43ca622eeccd0759451a2f)

Closes #7247
This commit is contained in:
Mark McDowall
2022-04-24 13:18:48 -07:00
committed by Bogdan
parent e4c5fc5c6e
commit c6e3f3c26c
8 changed files with 41 additions and 6 deletions
@@ -44,6 +44,11 @@ export const defaultState = {
label: () => translate('VideoCodec'),
isVisible: true
},
{
name: 'videoDynamicRangeType',
label: () => translate('VideoDynamicRange'),
isVisible: false
},
{
name: 'audioInfo',
label: () => translate('AudioInfo'),