Skip to content

Commit

Permalink
Fix: removed groups from tiers based on sources they release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokilicious committed Dec 17, 2024
1 parent 6d134fb commit 547af95
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
9 changes: 9 additions & 0 deletions docs/json/radarr/cf/german-bluray-tier-02.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@
"value": "(Oergel)$"
}
},
{
"name": "ABJ",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(ABJ)$"
}
},
{
"name": "Bluray",
"implementation": "SourceSpecification",
Expand Down
9 changes: 0 additions & 9 deletions docs/json/radarr/cf/german-bluray-tier-03.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@
"value": "(RobertDeNiro)$"
}
},
{
"name": "BALENCiAGA",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(BALENCiAGA)$"
}
},
{
"name": "Bluray",
"implementation": "SourceSpecification",
Expand Down
9 changes: 0 additions & 9 deletions docs/json/radarr/cf/german-remux-tier-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@
"value": "(NIMA4K)$"
}
},
{
"name": "D02KU",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(D02KU)$"
}
},
{
"name": "QfG",
"implementation": "ReleaseGroupSpecification",
Expand Down

0 comments on commit 547af95

Please sign in to comment.