Merge pull request #6483 from theguymadmax/photo-favorites
Add photo albums, photos, & music videos to favorites section
This commit is contained in:
@@ -54,6 +54,15 @@ function getSections() {
|
||||
overlayPlayButton: true,
|
||||
overlayText: false,
|
||||
centerText: true
|
||||
}, {
|
||||
name: 'MusicVideos',
|
||||
types: 'MusicVideo',
|
||||
shape: getBackdropShape(enableScrollX()),
|
||||
preferThumb: true,
|
||||
showTitle: true,
|
||||
overlayPlayButton: true,
|
||||
overlayText: false,
|
||||
centerText: true
|
||||
}, {
|
||||
name: 'Collections',
|
||||
types: 'BoxSet',
|
||||
@@ -135,6 +144,22 @@ function getSections() {
|
||||
overlayPlayButton: true,
|
||||
overlayText: false,
|
||||
centerText: true
|
||||
}, {
|
||||
name: 'HeaderPhotoAlbums',
|
||||
types: 'PhotoAlbum',
|
||||
shape: getBackdropShape(enableScrollX()),
|
||||
showTitle: true,
|
||||
overlayPlayButton: true,
|
||||
overlayText: false,
|
||||
centerText: true
|
||||
}, {
|
||||
name: 'Photos',
|
||||
types: 'Photo',
|
||||
shape: getBackdropShape(enableScrollX()),
|
||||
showTitle: true,
|
||||
overlayPlayButton: true,
|
||||
overlayText: false,
|
||||
centerText: true
|
||||
}];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user