diff --git a/src/backend/providers/flixhq/index.ts b/src/backend/providers/flixhq/index.ts index 5f0e9003..a30e6772 100644 --- a/src/backend/providers/flixhq/index.ts +++ b/src/backend/providers/flixhq/index.ts @@ -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"