chore(flixhq): remove wrong comment

This commit is contained in:
William Oldham 2023-07-27 23:09:03 +01:00
parent 6e8e323417
commit 3bd2bb4b2c

View File

@ -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 {