mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-04-21 15:11:56 +00:00
add info for Non3D filter
This commit is contained in:
parent
7714cb129a
commit
69fee71d6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue