mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[66] add delete_playlist to the playlist default
This commit is contained in:
parent
06fa440b32
commit
07543cf9b0
2 changed files with 4 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.18.3-develop65
|
||||
1.18.3-develop66
|
||||
|
|
|
@ -22,6 +22,7 @@ templates:
|
|||
name_<<key>>: <<mapping_name>>
|
||||
sync_to_users_<<key>>: <<sync_to_users>>
|
||||
exclude_users_<<key>>: <<exclude_users>>
|
||||
delete_playlist_<<key>>: <<delete_playlist>>
|
||||
optional:
|
||||
- use_<<key>>
|
||||
- item_radarr_tag
|
||||
|
@ -30,6 +31,7 @@ templates:
|
|||
- ignore_imdb_ids
|
||||
- sync_to_users
|
||||
- exclude_users
|
||||
- delete_playlist
|
||||
allowed_library_types:
|
||||
- <<use_<<key>>>>
|
||||
ignore_ids: <<ignore_ids>>
|
||||
|
@ -40,6 +42,7 @@ templates:
|
|||
cache_builders: 1
|
||||
sync_to_users: <<sync_to_users_<<key>>>>
|
||||
exclude_users: <<exclude_users_<<key>>>>
|
||||
delete_playlist: <<delete_playlist_<<key>>>>
|
||||
sync_mode: sync
|
||||
libraries: <<libraries>>
|
||||
url_poster: <<url_poster_<<key>>>>
|
||||
|
|
Loading…
Reference in a new issue