mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-13 02:48:33 -04:00
Include collection entires in show search
This commit is contained in:
parent
4a0306a68d
commit
27be8eec78
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user