diff --git a/docs/defaults/playlist.md b/docs/defaults/playlist.md index 17a9623ad..7b621e5c3 100644 --- a/docs/defaults/playlist.md +++ b/docs/defaults/playlist.md @@ -44,9 +44,9 @@ Note that the `template_variables:` section only needs to be used if you do want | `name_<>`1 | **Description:** Changes the name of the specified key's playlist.
**Values:** New Playlist Name | | `summary_<>`1 | **Description:** Changes the summary of the specified key's playlist.
**Values:** New Playlist Summary | | `libraries` | **Description:** Sets the names of the libraries to use for the Playlists.
**Default:** `Movies, TV Shows`
**Values:** Comma-separated string or list of library mapping names defined in the `libraries` attribute in the base of your [Configuration File](../config/configuration). | -| `sync_to_user` | **Description:** Sets the users to sync all playlists to.
**Default:** `playlist_sync_to_user` Global Setting Value
**Values:** Comma-separated string or list of user names. | +| `sync_to_user` | **Description:** Sets the users to sync all playlists to.
**Default:** `playlist_sync_to_users` Global Setting Value
**Values:** Comma-separated string or list of user names. | | `sync_to_user_<>`1 | **Description:** Sets the users to sync the specified key's playlist to.
**Default:** `sync_to_user` Value
**Values:** Comma-separated string or list of user names. | -| `exclude_user` | **Description:** Sets the users to exclude from sync for all playlists.
**Default:** `playlist_sync_to_user` Global Setting Value
**Values:** Comma-separated string or list of user names. | +| `exclude_user` | **Description:** Sets the users to exclude from sync for all playlists.
**Default:** `playlist_sync_to_users` Global Setting Value
**Values:** Comma-separated string or list of user names. | | `exclude_user_<>`1 | **Description:** Sets the users to exclude from sync the specified key's playlist.
**Default:** `sync_to_user` Value
**Values:** Comma-separated string or list of user names. | | `trakt_list_<>`1 | **Description:** Adds the Movies in the Trakt List to the specified key's playlist. Overrides the [default trakt_list](#default-trakt_list) for that playlist if used.
**Values:** List of Trakt List URLs | | | | | `delete_playlist` | **Description:** Will delete all playlists for the users defined by sync_to_users.
**Values:** `true` or `false` |