mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[34] fix tautulli default
This commit is contained in:
parent
19c0337c9b
commit
7e359f33e5
3 changed files with 7 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.18.0-develop33
|
||||
1.18.0-develop34
|
||||
|
|
|
@ -35,6 +35,8 @@ collections:
|
|||
type: popular
|
||||
- name: shared
|
||||
- name: custom
|
||||
template_variables:
|
||||
cache_builders: 0
|
||||
- name: translation
|
||||
translation_key: tautulli_popular
|
||||
|
||||
|
@ -46,5 +48,7 @@ collections:
|
|||
type: watched
|
||||
- name: shared
|
||||
- name: custom
|
||||
template_variables:
|
||||
cache_builders: 0
|
||||
- name: translation
|
||||
translation_key: tautulli_watched
|
||||
|
|
|
@ -161,9 +161,10 @@ templates:
|
|||
default:
|
||||
collection_order: custom
|
||||
collection_order_<<key>>: <<collection_order>>
|
||||
cache_builders: 1
|
||||
collection_order: <<collection_order_<<key>>>>
|
||||
sync_mode: sync
|
||||
cache_builders: 1
|
||||
cache_builders: <<cache_builders>>
|
||||
|
||||
other_collection:
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue