Enable pagination and alphabet picker on the Studios view

This commit is contained in:
Shadowghost
2026-05-29 21:54:10 +02:00
parent be15943261
commit 6dadb052c8
3 changed files with 4 additions and 4 deletions
@@ -56,8 +56,7 @@ const studiosTabContent: LibraryTabContent = {
itemType: [BaseItemKind.Movie],
isBtnFilterEnabled: false,
isBtnGridListEnabled: false,
isBtnSortEnabled: false,
isAlphabetPickerEnabled: false
isBtnSortEnabled: false
};
const moviesTabMapping: LibraryTabMapping = {
+1 -2
View File
@@ -28,8 +28,7 @@ const studiosTabContent: LibraryTabContent = {
itemType: [BaseItemKind.Series],
isBtnFilterEnabled: false,
isBtnGridListEnabled: false,
isBtnSortEnabled: false,
isAlphabetPickerEnabled: false
isBtnSortEnabled: false
};
const upcomingTabContent: LibraryTabContent = {
+2
View File
@@ -301,6 +301,8 @@ const fetchGetItemsViewByType = async (
userId: user.Id,
parentId: parentId ?? undefined,
...getFieldsQuery(viewType, libraryViewSettings),
...getLimitQuery(),
...getAlphaPickerQuery(libraryViewSettings),
includeItemTypes: itemType,
enableImageTypes: [ImageType.Thumb],
startIndex: libraryViewSettings.StartIndex