From e0568cbc9f475d6b53f761b4ff99ed0679e3cee0 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Mon, 10 Feb 2025 23:18:37 -0600 Subject: [PATCH] adjust search limits --- api/queries/query.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/queries/query.config.ts b/api/queries/query.config.ts index b3720731..d455f573 100644 --- a/api/queries/query.config.ts +++ b/api/queries/query.config.ts @@ -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,