Skip to content

Commit

Permalink
fix(radarr): Add RILE and W4K to German Scene; AVTOMAT to German LQ (#…
Browse files Browse the repository at this point in the history
…2217)

* Fix: Added RILE and W4K to German Scene

* Fix: case

* Fix: Added AVTOMAT to German LQ

---------

Co-authored-by: Lokilicious <mail.lokilicious.work>
  • Loading branch information
Lokilicious authored Jan 12, 2025
1 parent 1e1ce60 commit d1faf9f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/json/radarr/cf/german-lq.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,15 @@
"fields": {
"value": "(LizardSquad)$"
}
},
{
"name": "AVTOMAT",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(AVTOMAT)$"
}
}
]
}
18 changes: 18 additions & 0 deletions docs/json/radarr/cf/german-scene.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,24 @@
"fields": {
"value": "^(muhHD)$"
}
},
{
"name": "RiLE",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(RiLE)$"
}
},
{
"name": "W4K",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(W4K)$"
}
}
]
}

0 comments on commit d1faf9f

Please sign in to comment.