From 3bd2bb4b2cf0d57618790a60e2799d8db8c07046 Mon Sep 17 00:00:00 2001 From: William Oldham Date: Thu, 27 Jul 2023 23:09:03 +0100 Subject: [PATCH] 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 {