Merge pull request #7178 from thornbill/movie-collections-alpha

Enable alphapicker in movie collections tab
This commit is contained in:
Bill Thornton
2025-10-09 15:38:03 -04:00
committed by GitHub
@@ -21,7 +21,6 @@ const collectionsTabContent: LibraryTabContent = {
collectionType: CollectionType.Movies,
isBtnFilterEnabled: false,
isBtnNewCollectionEnabled: true,
isAlphabetPickerEnabled: false,
itemType: [BaseItemKind.BoxSet],
noItemsMessage: 'MessageNoCollectionsAvailable'
};