Skip to content

Commit

Permalink
fix(sonarr-german): Add missing German scores to some CFs (#2232)
Browse files Browse the repository at this point in the history
fix: add missing german scores

Co-authored-by: Lokilicious <mail.lokilicious.work>
  • Loading branch information
Lokilicious authored Jan 25, 2025
1 parent f7c2d5c commit 43144b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/json/sonarr/cf/no-rlsgroup.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"trash_id": "82d40da2bc6923f41e14394075dd4b03",
"trash_scores": {
"default": -10000
"default": -10000,
"german": -35000
},
"name": "No-RlsGroup",
"includeCustomFormatWhenRenaming": false,
Expand Down
3 changes: 2 additions & 1 deletion docs/json/sonarr/cf/obfuscated.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"trash_id": "e1a997ddb54e3ecbfe06341ad323c458",
"trash_scores": {
"default": -10000
"default": -10000,
"german": -35000
},
"name": "Obfuscated",
"includeCustomFormatWhenRenaming": false,
Expand Down
3 changes: 2 additions & 1 deletion docs/json/sonarr/cf/retags.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"trash_id": "06d66ab109d4d2eddb2794d21526d140",
"trash_scores": {
"default": -10000
"default": -10000,
"german": -35000
},
"name": "Retags",
"includeCustomFormatWhenRenaming": false,
Expand Down

0 comments on commit 43144b0

Please sign in to comment.