Skip to content

Commit

Permalink
fix(backend): Related stuff for 3rd party apps (#2165)
Browse files Browse the repository at this point in the history
  • Loading branch information
TRaSH- authored Dec 21, 2024
1 parent 56c5e82 commit 309e7b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Radarr/Radarr-collection-of-custom-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -3280,7 +3280,7 @@ We've made 3 guides related to this.
??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/german-dl.json' %]][[% endfilter %]]
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/language-german-dl.json' %]][[% endfilter %]]
```

<sub><sup>[TOP](#index)</sup></sub>
2 changes: 1 addition & 1 deletion docs/Sonarr/sonarr-collection-of-custom-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -3363,7 +3363,7 @@ We've made 3 guides related to this.
??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/german-dl.json' %]][[% endfilter %]]
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/language-german-dl.json' %]][[% endfilter %]]
```

<sub><sup>[TOP](#index)</sup></sub>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"default": -10000,
"german": 10001
},
"trash_description": "Language: German + Original aka German.DL: Add this Custom Format with a score of +`10000` if you prefer releases that include `German + Original audio`, Add this Custom Format with a score of +`10000` if you prefer releases that include `German + Original audio`. ",
"trash_description": "Language: German + Original aka German DL: Add this Custom Format with a score of +`10000` if you prefer releases that include `German + Original audio`, Add this Custom Format with a score of +`10000` if you prefer releases that include `German + Original audio`. ",
"name": "German DL",
"includeCustomFormatWhenRenaming": true,
"specifications": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"default": -10000,
"german": 10001
},
"trash_description": "Language: German + Original aka German.DL: Add this Custom Format with a score of +`10000` if you prefer releases that include `German + Original audio`, Add this Custom Format with a score of +`10000` if you prefer releases that include `German + Original audio`. ",
"trash_description": "Language: German + Original aka German DL: Add this Custom Format with a score of +`10000` if you prefer releases that include `German + Original audio`, Add this Custom Format with a score of +`10000` if you prefer releases that include `German + Original audio`. ",
"name": "German DL",
"includeCustomFormatWhenRenaming": true,
"specifications": [
Expand Down

0 comments on commit 309e7b8

Please sign in to comment.