fix(radarr): Add RILE and W4K to German Scene; AVTOMAT to German LQ (#2217)

* Fix: Added RILE and W4K to German Scene

* Fix: case

* Fix: Added AVTOMAT to German LQ

---------

Co-authored-by: Lokilicious <mail.lokilicious.work>
pull/2219/head
Lokilicious 5 days ago committed by GitHub
parent 1e1ce603c7
commit d1faf9f32d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -329,6 +329,15 @@
"fields": { "fields": {
"value": "(LizardSquad)$" "value": "(LizardSquad)$"
} }
},
{
"name": "AVTOMAT",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(AVTOMAT)$"
}
} }
] ]
} }

@ -185,6 +185,24 @@
"fields": { "fields": {
"value": "^(muhHD)$" "value": "^(muhHD)$"
} }
},
{
"name": "RiLE",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(RiLE)$"
}
},
{
"name": "W4K",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(W4K)$"
}
} }
] ]
} }

Loading…
Cancel
Save