mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-13 17:49:17 +01:00
add todo
This commit is contained in:
parent
2e3684eaad
commit
e202229766
@ -16,6 +16,8 @@ registerProvider({
|
|||||||
const id = await getFlixhqId(media.meta);
|
const id = await getFlixhqId(media.meta);
|
||||||
if (!id) throw new Error("flixhq no matching item found");
|
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 sources = await getFlixhqSources(id);
|
||||||
const upcloudStream = sources.find(
|
const upcloudStream = sources.find(
|
||||||
(v) => v.embed.toLowerCase() === "upcloud"
|
(v) => v.embed.toLowerCase() === "upcloud"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user