[Radarr] Moved RlsGrp `SPHD` to the lowest UHD tier.

- [Radarr] Moved RlsGrp `SPHD` to the lowest UHD tier, because they often use Lower Quality sources for their releases.
pull/1199/head
TRaSH 2 years ago
parent bad1faba15
commit 944b78978f

@ -13,15 +13,6 @@
"value": "\\bHQMUX\\b" "value": "\\bHQMUX\\b"
} }
}, },
{
"name": "SPHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bSPHD\\b"
}
},
{ {
"name": "2160p", "name": "2160p",
"implementation": "ResolutionSpecification", "implementation": "ResolutionSpecification",

@ -13,6 +13,15 @@
"value": "\\b(LEGi0N)\\b" "value": "\\b(LEGi0N)\\b"
} }
}, },
{
"name": "SPHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bSPHD\\b"
}
},
{ {
"name": "WEBDV", "name": "WEBDV",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",

Loading…
Cancel
Save