mirror of
https://github.com/p-stream/providers.git
synced 2026-05-08 01:19:58 +00:00
Update search.ts
This commit is contained in:
parent
d95de0b602
commit
9ff9cc5938
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export async function getFlixhqId(ctx: ScrapeContext, media: MovieMedia | ShowMe
|
|||
|
||||
if (media.type === 'movie') {
|
||||
return compareMedia(media, v.title, v.year);
|
||||
};
|
||||
}
|
||||
|
||||
return compareTitle(media.title, v.title) && media.season.number < v.seasons + 1;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue