diff --git a/UmlautAdaptarr/appsettings.json b/UmlautAdaptarr/appsettings.json index 4118dc8..6552fc6 100644 --- a/UmlautAdaptarr/appsettings.json +++ b/UmlautAdaptarr/appsettings.json @@ -29,6 +29,7 @@ // - Sonarr__0__Host: your_sonarr_host_url // - Sonarr__0__ApiKey: your_sonarr_api_key "Enabled": false, + "Name": "Sonarr", "Host": "your_sonarr_host_url", "ApiKey": "your_sonarr_api_key" }, @@ -38,6 +39,7 @@ // - Sonarr__1__Host: your_sonarr_host_url // - Sonarr__1__ApiKey: your_sonarr_api_key "Enabled": false, + "Name": "Sonarr 4k", "Host": "your_other_sonarr_host_url", "ApiKey": "your_other_sonarr_api_key" }