Merge pull request #1356 from TRaSH-/Sonarr-add-Miu-and-PHOENiX-to-WEB-Tier-02

[Sonarr] add `Miu` and `PHOENiX` to `WEB Tier 02`
pull/1340/head
TRaSH 1 year ago committed by GitHub
commit 67afc705c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -211,6 +211,15 @@
"value": "^(LAZY)$" "value": "^(LAZY)$"
} }
}, },
{
"name": "MiU",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(MiU)$"
}
},
{ {
"name": "MZABI", "name": "MZABI",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",
@ -247,6 +256,15 @@
"value": "^(orbitron)$" "value": "^(orbitron)$"
} }
}, },
{
"name": "PHOENiX",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(PHOENiX)$"
}
},
{ {
"name": "playWEB", "name": "playWEB",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",

Loading…
Cancel
Save