Skip to content

Commit

Permalink
Update quality profile for arr import lists
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasmaroy committed Feb 27, 2024
1 parent 27af268 commit 2a129e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/media/radarr/import_lists.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "radarr_import_list_trakt_list" "main" {
minimum_availability = "tba"
monitor = "movieOnly"
name = "Trakt"
quality_profile_id = 4
quality_profile_id = 7
root_folder_path = radarr_root_folder.main.path
username = nonsensitive(local.secrets.trakt.username)
}
4 changes: 2 additions & 2 deletions terraform/media/sonarr/import_lists.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "sonarr_import_list_trakt_list" "main" {
enable_automatic_add = true
listname = "Sonarr"
name = "Trakt"
quality_profile_id = 4
quality_profile_id = 8
root_folder_path = sonarr_root_folder.main.path
season_folder = true
series_type = "standard"
Expand All @@ -14,7 +14,7 @@ resource "sonarr_import_list_trakt_list" "pilots" {
enable_automatic_add = true
listname = "Sonarr pilots"
name = "Trakt pilots"
quality_profile_id = 4
quality_profile_id = 8
root_folder_path = sonarr_root_folder.main.path
season_folder = true
series_type = "standard"
Expand Down

0 comments on commit 2a129e3

Please sign in to comment.