mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-24 11:43:07 +01:00
Fixed: Add missing MediaInfo VideoDynamicRangeType token to help modal
This commit is contained in:
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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user