diff --git a/src/controllers/favorites.js b/src/controllers/favorites.js index 9e9cd0f26e..89d0569a98 100644 --- a/src/controllers/favorites.js +++ b/src/controllers/favorites.js @@ -135,6 +135,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 }]; }