Remove references to aliases

master
Drew Wiltjer 2 years ago
parent 8c2edce811
commit d9d0f3df6e

@ -4,7 +4,6 @@ All the following attributes can override the global/library [Radarr](https://gi
| Name | Attribute | Description | Allowed Values | Works with Playlists |
| :--- | :--- | :--- | :--- | :---: |
| [Radarr Add Missing](#arr-add-missing) | `radarr_add_missing` | Override Radarr `add` attribute | **boolean:** `true` or `false` | :heavy_check_mark: |
| [Radarr Add](#arr-add-missing) | `radarr_add` | Alias of `radarr_add_missing` | **boolean:** `true` or `false` | :heavy_check_mark: |
| [Radarr Add Existing](#arr-add-existing) | `radarr_add_existing` | Override Radarr `add_existing` attribute | **boolean:** `true` or `false` | :heavy_check_mark: |
| [Radarr Root Folder](#radarr-add-details) | `radarr_folder` | Override Radarr `root_folder_path` attribute | Folder Path | :heavy_check_mark: |
| [Radarr Monitor](#radarr-add-details) | `radarr_monitor` | Override Radarr `monitor` attribute | **boolean:** `true` or `false` | :heavy_check_mark: |
@ -22,7 +21,6 @@ All the following attributes can override the global/library [Sonarr](https://gi
| Name | Attribute | Description | Allowed Values | Works with Playlists |
| :--- | :--- | :--- | :--- | :---: |
| [Sonarr Add](#arr-add-missing) | `sonarr_add_missing` | Override Sonarr `add` attribute | **boolean:** `true` or `false` | :heavy_check_mark: |
| [Sonarr Add](#arr-add-missing) | `sonarr_add` | Alias of `sonarr_add_missing` | **boolean:** `true` or `false` | :heavy_check_mark: |
| [Sonarr Add Existing](#arr-add-existing) | `sonarr_add_existing` | Override Sonarr `add_existing` attribute | **boolean:** `true` or `false` | :heavy_check_mark: |
| [Sonarr Root Folder](#radarr-add-details) | `sonarr_folder` | Override Sonarr `root_folder_path` attribute | Folder Path | :heavy_check_mark: |
| [Sonarr Monitor](#radarr-add-details) | `sonarr_monitor` | Override Sonarr `monitor` attribute | `all`, `future`, `missing`, `existing`, `pilot`, `first`, `latest`, `none` | :heavy_check_mark: |

Loading…
Cancel
Save