- Attempt to improve build time for "From The Top" collection
This commit is contained in:
parent
0acb48ea9b
commit
fa08dc077f
|
@ -8,8 +8,9 @@ collections:
|
||||||
level: "++" }
|
level: "++" }
|
||||||
summary: "Let's start this from the beginning"
|
summary: "Let's start this from the beginning"
|
||||||
collection_level: episode
|
collection_level: episode
|
||||||
collection_order: episode_release.desc
|
collection_order: release.desc
|
||||||
plex_pilots: true
|
plex_pilots: true
|
||||||
|
sync_mode: sync
|
||||||
visible_library: true
|
visible_library: true
|
||||||
visible_home: true
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
@ -18,7 +19,6 @@ collections:
|
||||||
template: { name: Chart,
|
template: { name: Chart,
|
||||||
level: "++++" }
|
level: "++++" }
|
||||||
summary: "Catch up on last week's episodes"
|
summary: "Catch up on last week's episodes"
|
||||||
sort_title:
|
|
||||||
smart_filter:
|
smart_filter:
|
||||||
type: episode
|
type: episode
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
|
|
Loading…
Reference in New Issue