[34] fix tautulli default

pull/1203/head
meisnate12 2 years ago
parent 19c0337c9b
commit 7e359f33e5

@ -1 +1 @@
1.18.0-develop33 1.18.0-develop34

@ -35,6 +35,8 @@ collections:
type: popular type: popular
- name: shared - name: shared
- name: custom - name: custom
template_variables:
cache_builders: 0
- name: translation - name: translation
translation_key: tautulli_popular translation_key: tautulli_popular
@ -46,5 +48,7 @@ collections:
type: watched type: watched
- name: shared - name: shared
- name: custom - name: custom
template_variables:
cache_builders: 0
- name: translation - name: translation
translation_key: tautulli_watched translation_key: tautulli_watched

@ -161,9 +161,10 @@ templates:
default: default:
collection_order: custom collection_order: custom
collection_order_<<key>>: <<collection_order>> collection_order_<<key>>: <<collection_order>>
cache_builders: 1
collection_order: <<collection_order_<<key>>>> collection_order: <<collection_order_<<key>>>>
sync_mode: sync sync_mode: sync
cache_builders: 1 cache_builders: <<cache_builders>>
other_collection: other_collection:
default: default:

Loading…
Cancel
Save