From 57ab403bf639a835903f5650e02acaa27d8360a4 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 11 Feb 2025 10:14:10 -0500 Subject: [PATCH] Add music videos --- src/controllers/favorites.js | 9 +++++++++ 1 file changed, 9 insertions(+) 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',