mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 00:05:09 +01:00
chore(flixhq): remove wrong comment
This commit is contained in:
parent
6e8e323417
commit
3bd2bb4b2c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user