[Sonarr] add `Miu` and `PHOENiX` to `WEB Tier 02`

- add Miu and PHOENiX to WEB Tier 02
pull/1356/head
TRaSH 2 years ago
parent 14bb8d798c
commit 12600bbdbb

@ -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