fix(radarr): German Guide - add negated remux quality modifier to bluray groups to avoid double scoring (#2211)

Fix: add negated remux quality modifier to bluray to avoid double scoring

Co-authored-by: Lokilicious <mail.lokilicious.work>
pull/2200/head
Lokilicious 1 week ago committed by GitHub
parent e0d4761b7a
commit 98a9126aa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -77,6 +77,15 @@
"fields": { "fields": {
"value": 9 "value": 9
} }
},
{
"name": "Not Remux",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
} }
] ]
} }

@ -59,6 +59,15 @@
"fields": { "fields": {
"value": 9 "value": 9
} }
},
{
"name": "Not Remux",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
} }
] ]
} }

@ -23,6 +23,15 @@
"fields": { "fields": {
"value": 9 "value": 9
} }
},
{
"name": "Not Remux",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
} }
] ]
} }

Loading…
Cancel
Save