mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-31 05:18:53 +00:00
commit
2d431595cd
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://consumet-api-clone.vercel.app/meta/tmdb"; // instance stolen from streaminal :)
|
||||
const flixHqBase = "https://consumet-api-clone-six.vercel.app/meta/tmdb"; // instance stolen from streaminal :)
|
||||
|
||||
type FlixHQMediaType = "Movie" | "TV Series";
|
||||
interface FLIXMediaBase {
|
||||
|
|
|
|||
Loading…
Reference in a new issue