Update Radarr-Attributes.md

Fixed example to use the correct quality_profile attribute
master
bobokun 3 years ago committed by GitHub
parent f4a2e8207e
commit dd3c37152a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ radarr:
url: http://192.168.1.12:32788
token: ################################
version: v3
quality_profile_id: HD-1080p
quality_profile: HD-1080p
root_folder_path: S:/Movies
add: true
search: false
@ -28,4 +28,4 @@ radarr:
* The `token` can be found by going to `Radarr > Settings > General > Security > API Key`
* The `quality_profile` must be the exact name of the desired quality profile, including all spaces and capitalizations.
* The `quality_profile` must be the exact name of the desired quality profile, including all spaces and capitalizations.

Loading…
Cancel
Save