Skip to content

Commit

Permalink
Fix: Added RiLE and W4K to German Scene
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokilicious committed Jan 12, 2025
1 parent a40cfee commit 9746b55
Showing 1 changed file with 18 additions and 0 deletions.
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 9746b55

Please sign in to comment.