diff --git a/src/controllers/favorites.js b/src/controllers/favorites.js index 89d0569a98..6a6be74600 100644 --- a/src/controllers/favorites.js +++ b/src/controllers/favorites.js @@ -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',