mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
fixed typo
playlist_sync_to_user: all should be playlist_sync_to_users: all Because I got the warning: `Playlist Warning: sync_to_users attribute not found defaulting to playlist_sync_to_users: all`
This commit is contained in:
parent
56961ccca1
commit
7035c76dc9
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ settings:
|
|||
ignore_ids:
|
||||
ignore_imdb_ids:
|
||||
item_refresh_delay: 0
|
||||
playlist_sync_to_user: all
|
||||
playlist_sync_to_users: all
|
||||
playlist_exclude_users:
|
||||
playlist_report: false
|
||||
verify_ssl: true
|
||||
|
|
Loading…
Reference in a new issue