mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-01 16:37:39 +01:00
add todo
This commit is contained in:
parent
2e3684eaad
commit
e202229766
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ registerProvider({
|
|||
const id = await getFlixhqId(media.meta);
|
||||
if (!id) throw new Error("flixhq no matching item found");
|
||||
|
||||
// TODO tv shows not supported. just need to scrape the specific episode sources
|
||||
|
||||
const sources = await getFlixhqSources(id);
|
||||
const upcloudStream = sources.find(
|
||||
(v) => v.embed.toLowerCase() === "upcloud"
|
||||
|
|
Loading…
Reference in a new issue