Enable shuffle in songs view

This commit is contained in:
Bill Thornton
2025-04-16 18:35:16 -04:00
parent cc19ae9ca9
commit 92048bb398

View File

@@ -39,6 +39,7 @@ const playlistsTabContent: LibraryTabContent = {
const songsTabContent: LibraryTabContent = {
viewType: LibraryTab.Songs,
isBtnShuffleEnabled: true,
isBtnGridListEnabled: false,
isAlphabetPickerEnabled: false,
itemType: [BaseItemKind.Audio]