1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

Fixed: Add missing MediaInfo VideoDynamicRangeType token to help modal

This commit is contained in:
bakerboy448
2021-12-30 11:36:09 -06:00
committed by GitHub
parent 87c65932f0
commit d284c29b6f
@@ -101,7 +101,8 @@ const mediaInfoTokens = [
{ token: '{MediaInfo VideoCodec}', example: 'x264' },
{ token: '{MediaInfo VideoBitDepth}', example: '10' },
{ token: '{MediaInfo VideoDynamicRange}', example: 'HDR' }
{ token: '{MediaInfo VideoDynamicRange}', example: 'HDR' },
{ token: '{MediaInfo VideoDynamicRangeType}', example: 'DV HDR10' }
];
const otherTokens = [