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 Radarr URL (for example http://radarr:7878/radarr)
Without the URL Base, the API will be able to connect but any movie added to Radarr will get an error stating: Radarr Error: (404 [Not Found]) Item Not Found {'message': 'NotFound'}
master
Jason Stewart 2 years ago committed by GitHub
parent c9815b7c95
commit 22fc07b1cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save