- Add Top 10 actor list to all movie libraries
This commit is contained in:
parent
630228b57a
commit
2309e6461a
|
@ -177,7 +177,6 @@ collections:
|
|||
visible_home: true
|
||||
visible_shared: true
|
||||
|
||||
|
||||
### Top Rated
|
||||
"Best Of All Time":
|
||||
template: { name: Award,
|
||||
|
@ -599,4 +598,11 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: false
|
||||
|
||||
|
||||
dynamic_collections:
|
||||
### Trending
|
||||
"The A List":
|
||||
template: { name: Chart,
|
||||
level: "++" }
|
||||
summary: "The biggest actors in Hollywood right now"
|
||||
type: tmdb_popular_people
|
||||
data: 10
|
||||
|
|
Loading…
Reference in New Issue