Browse Source

fix(flixhq): change consumet api to official URL

pull/391/head
William Oldham 2 years ago
parent
commit
6e8e323417
  1. 2
      src/backend/providers/flixhq.ts

2
src/backend/providers/flixhq.ts

@ -9,7 +9,7 @@ import { registerProvider } from "../helpers/register";
import { MWCaption, MWStreamQuality, MWStreamType } from "../helpers/streams"; import { MWCaption, MWStreamQuality, MWStreamType } from "../helpers/streams";
import { MWMediaType } from "../metadata/types/mw"; import { MWMediaType } from "../metadata/types/mw";
const flixHqBase = "https://consumet-api-clone-six.vercel.app/meta/tmdb"; // instance stolen from streaminal :) const flixHqBase = "https://api.consumet.org/meta/tmdb"; // instance stolen from streaminal :)
type FlixHQMediaType = "Movie" | "TV Series"; type FlixHQMediaType = "Movie" | "TV Series";
interface FLIXMediaBase { interface FLIXMediaBase {

Loading…
Cancel
Save