[18] allow cache_builders to be changed in defaults

pull/2053/head
meisnate12 6 months ago
parent fe0a709388
commit 4f30aadcf6

@ -13,5 +13,6 @@ Changed the `overlay_artwork_filetype` Setting to accept `webp_lossy` and `webp_
# Bug Fixes # Bug Fixes
Fixes #2034 `anilist_userlist` `score` attribute wasn't being validated correctly 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 Various other Minor Fixes

@ -1 +1 @@
2.0.1-develop17 2.0.1-develop18

@ -232,7 +232,8 @@ templates:
sync_mode_<<key>>: <<sync_mode>> sync_mode_<<key>>: <<sync_mode>>
sort_by: release.desc sort_by: release.desc
sort_by_<<key>>: <<sort_by>> sort_by_<<key>>: <<sort_by>>
cache_builders: 1 cache_builders: 1
cache_builders: <<cache_builders>>
smart_label: <<sort_by_<<key>>>> smart_label: <<sort_by_<<key>>>>
sync_mode: <<sync_mode_<<key>>>> sync_mode: <<sync_mode_<<key>>>>
mdblist_list: <<mdblist_list>> mdblist_list: <<mdblist_list>>

Loading…
Cancel
Save