Skip to content

Commit

Permalink
fix: make sonarr template names unique
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokilicious committed Jan 20, 2025
1 parent fc1086f commit a65bf78
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
###################################################################################################
# Recyclarr Configuration Template: HD Bluray + WEB (GER) #
# Updated: 2025-01-17 #
# Updated: 2025-01-20 #
# Documentation: https://recyclarr.dev #
# Note: If you are using multiple profiles in a single instance, please read the following #
# documentation about file merging: #
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
###################################################################################################
# Recyclarr Configuration Template: HD Remux + WEB (GER) #
# Updated: 2025-01-17 #
# Updated: 2025-01-20 #
# Documentation: https://recyclarr.dev #
# Note: If you are using multiple profiles in a single instance, please read the following #
# documentation about file merging: #
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
###################################################################################################
# Recyclarr Configuration Template: UHD Bluray + WEB (GER) #
# Updated: 2025-01-17 #
# Updated: 2025-01-20 #
# Documentation: https://recyclarr.dev #
# Note: If you are using multiple profiles in a single instance, please read the following #
# documentation about file merging: #
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
###################################################################################################
# Recyclarr Configuration Template: UHD Remux + WEB (GER) #
# Updated: 2025-01-17 #
# Updated: 2025-01-20 #
# Documentation: https://recyclarr.dev #
# Note: If you are using multiple profiles in a single instance, please read the following #
# documentation about file merging: #
Expand Down
16 changes: 8 additions & 8 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,20 +110,20 @@
"id": "french-anime-1080p-v4"
},
{
"template": "sonarr/templates/german-hd-bluray-web.yml",
"id": "german-hd-bluray-web"
"template": "sonarr/templates/german-hd-bluray-web-v4.yml",
"id": "german-hd-bluray-web-v4"
},
{
"template": "sonarr/templates/german-hd-remux-web.yml",
"id": "german-hd-remux-web"
"template": "sonarr/templates/german-hd-remux-web-v4.yml",
"id": "german-hd-remux-web-v4"
},
{
"template": "sonarr/templates/german-uhd-bluray-web.yml",
"id": "german-uhd-bluray-web"
"template": "sonarr/templates/german-uhd-bluray-web-v4.yml",
"id": "german-uhd-bluray-web-v4"
},
{
"template": "sonarr/templates/german-uhd-remux-web.yml",
"id": "german-uhd-remux-web"
"template": "sonarr/templates/german-uhd-remux-web-v4.yml",
"id": "german-uhd-remux-web-v4"
}
]
}

0 comments on commit a65bf78

Please sign in to comment.