mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-22 21:57:40 +00:00
chore(flixhq): remove wrong comment
This commit is contained in:
parent
6e8e323417
commit
3bd2bb4b2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue