1
0
Fork 0
mirror of https://github.com/movie-web/movie-web.git synced 2025-03-03 12:46:06 +00:00

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 {