mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +00:00
[18] allow cache_builders to be changed in defaults
This commit is contained in:
parent
fe0a709388
commit
4f30aadcf6
3 changed files with 4 additions and 2 deletions
|
@ -13,5 +13,6 @@ Changed the `overlay_artwork_filetype` Setting to accept `webp_lossy` and `webp_
|
|||
|
||||
# Bug Fixes
|
||||
Fixes #2034 `anilist_userlist` `score` attribute wasn't being validated correctly
|
||||
Fixes #1367 Error when trying to symlink the logs folder
|
||||
|
||||
Various other Minor Fixes
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0.1-develop17
|
||||
2.0.1-develop18
|
||||
|
|
|
@ -233,6 +233,7 @@ templates:
|
|||
sort_by: release.desc
|
||||
sort_by_<<key>>: <<sort_by>>
|
||||
cache_builders: 1
|
||||
cache_builders: <<cache_builders>>
|
||||
smart_label: <<sort_by_<<key>>>>
|
||||
sync_mode: <<sync_mode_<<key>>>>
|
||||
mdblist_list: <<mdblist_list>>
|
||||
|
|
Loading…
Reference in a new issue