mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Enable pagination and alphabet picker on the Studios view
This commit is contained in:
@@ -56,8 +56,7 @@ const studiosTabContent: LibraryTabContent = {
|
||||
itemType: [BaseItemKind.Movie],
|
||||
isBtnFilterEnabled: false,
|
||||
isBtnGridListEnabled: false,
|
||||
isBtnSortEnabled: false,
|
||||
isAlphabetPickerEnabled: false
|
||||
isBtnSortEnabled: false
|
||||
};
|
||||
|
||||
const moviesTabMapping: LibraryTabMapping = {
|
||||
|
||||
@@ -28,8 +28,7 @@ const studiosTabContent: LibraryTabContent = {
|
||||
itemType: [BaseItemKind.Series],
|
||||
isBtnFilterEnabled: false,
|
||||
isBtnGridListEnabled: false,
|
||||
isBtnSortEnabled: false,
|
||||
isAlphabetPickerEnabled: false
|
||||
isBtnSortEnabled: false
|
||||
};
|
||||
|
||||
const upcomingTabContent: LibraryTabContent = {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user