Enable alphapicker in movie collections tab

This commit is contained in:
Bill Thornton
2025-10-08 12:52:51 -04:00
parent 1d07721de8
commit 4523b9f790
@@ -20,7 +20,6 @@ const collectionsTabContent: LibraryTabContent = {
collectionType: CollectionType.Movies,
isBtnFilterEnabled: false,
isBtnNewCollectionEnabled: true,
isAlphabetPickerEnabled: false,
itemType: [BaseItemKind.BoxSet],
noItemsMessage: 'MessageNoCollectionsAvailable'
};