mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-21 11:18:52 -06:00
adjust search limits
This commit is contained in:
@@ -3,7 +3,7 @@ import { ImageFormat } from "@jellyfin/sdk/lib/generated-client/models";
|
||||
export const QueryConfig = {
|
||||
limits: {
|
||||
recents: 50, // TODO: Adjust this when we add a list navigator to the end of the recents
|
||||
search: 25,
|
||||
search: 50, // TODO: make this a paginated search so limits don't even matter
|
||||
},
|
||||
images: {
|
||||
height: 300,
|
||||
|
||||
Reference in New Issue
Block a user