- Remove trending per-actors collections, since old ones won't automatically be removed
This commit is contained in:
parent
f026ed2380
commit
e5b34fe4f2
|
@ -5,8 +5,3 @@ external_templates:
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
## Use DC as suffix to avoid name conflicts with static collections
|
## Use DC as suffix to avoid name conflicts with static collections
|
||||||
## These get generated in the order they are listed here, so put the more intensive ones at the bottom
|
## These get generated in the order they are listed here, so put the more intensive ones at the bottom
|
||||||
|
|
||||||
The A List: # mapping name DOES matter, since this isn't based on a template
|
|
||||||
type: tmdb_popular_people
|
|
||||||
data: 100 # top 100 actors right now, according to TMDb
|
|
||||||
sort_title: 09_+<<level>>_<<key>>
|
|
||||||
|
|
Loading…
Reference in New Issue