From 3bceb2a9051876eaeb1d691ea05a54ed306addd9 Mon Sep 17 00:00:00 2001 From: Kacper Kwapisz Date: Thu, 27 Jul 2023 13:39:09 +0200 Subject: [PATCH 1/4] Update flixhq.ts flixHqBase changed. Old: `https://consumet-api-clone.vercel.app` New: `https://consumet-api-clone-six.vercel.app` --- 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 fd905019..78da423b 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.vercel.app/meta/tmdb"; // instance stolen from streaminal :) +const flixHqBase = "https://consumet-api-clone-six.vercel.app/meta/tmdb"; // instance stolen from streaminal :) type FlixHQMediaType = "Movie" | "TV Series"; interface FLIXMediaBase { From 765cf2a17a9048aa653fbbbed49176740adb5a37 Mon Sep 17 00:00:00 2001 From: St Peter and St Pauls Catholic Voluntary Academy <80128659+ssppacademy@users.noreply.github.com> Date: Thu, 27 Jul 2023 22:51:21 +0100 Subject: [PATCH 2/4] chore: bump version for FlixHQ patch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32d7f081..3b508b2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "movie-web", - "version": "3.1.3", + "version": "3.1.4", "private": true, "homepage": "https://movie-web.app", "dependencies": { From 6e8e3234177bc913bbf9559411ed3517df2a6b06 Mon Sep 17 00:00:00 2001 From: William Oldham Date: Thu, 27 Jul 2023 23:05:26 +0100 Subject: [PATCH 3/4] 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 { From 3bd2bb4b2cf0d57618790a60e2799d8db8c07046 Mon Sep 17 00:00:00 2001 From: William Oldham Date: Thu, 27 Jul 2023 23:09:03 +0100 Subject: [PATCH 4/4] chore(flixhq): remove wrong comment --- 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 da8f2932..24d90a87 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://api.consumet.org/meta/tmdb"; // instance stolen from streaminal :) +const flixHqBase = "https://api.consumet.org/meta/tmdb"; type FlixHQMediaType = "Movie" | "TV Series"; interface FLIXMediaBase {