add info for Non3D filter

This commit is contained in:
TheBeastLT 2024-09-17 14:46:34 +03:00
parent 7714cb129a
commit 69fee71d6e

View file

@ -142,7 +142,7 @@ export const QualityFilter = {
}, },
{ {
key: 'nonthreed', key: 'nonthreed',
label: 'Non 3D', label: 'Non 3D (DO NOT SELECT IF NOT SURE)',
test(quality) { test(quality) {
const hdrProfiles = quality?.split(' ')?.slice(1)?.join() || ''; const hdrProfiles = quality?.split(' ')?.slice(1)?.join() || '';
return !hdrProfiles.includes('3D'); return !hdrProfiles.includes('3D');