Add note about URL Base

If a URL Base is set in Settings > General > URL Base, it needs to go to the end of the Sonarr URL (for example http://sonarr:7878/sonarr)
Without the URL Base, the API will be able to connect but any movie added to Radarr will get an error stating: Sonarr Error: (404 [Not Found]) Item Not Found {'message': 'NotFound'}
master
Jason Stewart 2 years ago committed by GitHub
parent 22fc07b1cd
commit bbd4e03b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@ sonarr:
| Name | Attribute | Allowed Values| Default | Required |
| :--- | :--- | :--- | :---: | :---: |
| Sonarr URL | `url` | Sonarr URL<br>**Example:** http://192.168.1.12:32788 | N/A | :heavy_check_mark: |
| Sonarr URL | `url` | Sonarr URL (Including URL Base if set)<br>**Example:** http://192.168.1.12:32788 | N/A | :heavy_check_mark: |
| API Token | `token` | Sonarr API Token | N/A | :heavy_check_mark: |
| Add | `add` | Add missing shows found to Sonarr<br>**boolean:** true or false | false | :x: |
| Add Existing | `add_existing` | Add shows existing in this collection to Sonarr<br>**boolean:** true or false | false | :x: |

Loading…
Cancel
Save