From 6e8e3234177bc913bbf9559411ed3517df2a6b06 Mon Sep 17 00:00:00 2001 From: William Oldham Date: Thu, 27 Jul 2023 23:05:26 +0100 Subject: [PATCH] fix(flixhq): change consumet api to official URL --- src/backend/providers/flixhq.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/providers/flixhq.ts b/src/backend/providers/flixhq.ts index 78da423b..da8f2932 100644 --- a/src/backend/providers/flixhq.ts +++ b/src/backend/providers/flixhq.ts @@ -9,7 +9,7 @@ import { registerProvider } from "../helpers/register"; import { MWCaption, MWStreamQuality, MWStreamType } from "../helpers/streams"; 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"; interface FLIXMediaBase {