Add Example for Name

This commit is contained in:
Felix Glang
2024-04-27 21:29:23 +02:00
parent 52acb5ff6e
commit e6173ae683

View File

@@ -29,6 +29,7 @@
// - Sonarr__0__Host: your_sonarr_host_url // - Sonarr__0__Host: your_sonarr_host_url
// - Sonarr__0__ApiKey: your_sonarr_api_key // - Sonarr__0__ApiKey: your_sonarr_api_key
"Enabled": false, "Enabled": false,
"Name": "Sonarr",
"Host": "your_sonarr_host_url", "Host": "your_sonarr_host_url",
"ApiKey": "your_sonarr_api_key" "ApiKey": "your_sonarr_api_key"
}, },
@@ -38,6 +39,7 @@
// - Sonarr__1__Host: your_sonarr_host_url // - Sonarr__1__Host: your_sonarr_host_url
// - Sonarr__1__ApiKey: your_sonarr_api_key // - Sonarr__1__ApiKey: your_sonarr_api_key
"Enabled": false, "Enabled": false,
"Name": "Sonarr 4k",
"Host": "your_other_sonarr_host_url", "Host": "your_other_sonarr_host_url",
"ApiKey": "your_other_sonarr_api_key" "ApiKey": "your_other_sonarr_api_key"
} }