Browse Source

add todo

pull/404/head
mrjvs 2 years ago
parent
commit
e202229766
  1. 2
      src/backend/providers/flixhq/index.ts

2
src/backend/providers/flixhq/index.ts

@ -16,6 +16,8 @@ registerProvider({ @@ -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…
Cancel
Save