fix: HRD -> HDR (#147)
This commit is contained in:
@@ -92,8 +92,8 @@ const QualityFilter = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'hdrall',
|
key: 'hdrall',
|
||||||
label: 'HDR/HRD10+/Dolby Vision',
|
label: 'HDR/HDR10+/Dolby Vision',
|
||||||
items: ['HDR', 'HRD10+', 'DV'],
|
items: ['HDR', 'HDR10+', 'DV'],
|
||||||
test(quality) {
|
test(quality) {
|
||||||
const hdrProfiles = quality && quality.split(' ').slice(1).join() || '';
|
const hdrProfiles = quality && quality.split(' ').slice(1).join() || '';
|
||||||
return this.items.some(hdrType => hdrProfiles.includes(hdrType));
|
return this.items.some(hdrType => hdrProfiles.includes(hdrType));
|
||||||
|
|||||||
Reference in New Issue
Block a user