mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-07 14:55:16 -04:00
Include collection entires in show search
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user