diff --git a/api/src/controllers/shows/shows.ts b/api/src/controllers/shows/shows.ts index 0452d4c5..13a1f3c7 100644 --- a/api/src/controllers/shows/shows.ts +++ b/api/src/controllers/shows/shows.ts @@ -106,6 +106,9 @@ export const showsH = new Elysia({ prefix: "/shows", tags: ["shows"] }) jwt: { sub, settings }, }) => { const langs = processLanguages(languages); + + if (query) ignoreInCollection = false; + const items = await getShows({ limit, after,