mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-05 16:57:41 +01:00
fix(flixhq): change consumet api to official URL
This commit is contained in:
parent
50fdf230a1
commit
6e8e323417
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 { MWCaption, MWStreamQuality, MWStreamType } from "../helpers/streams";
|
||||||
import { MWMediaType } from "../metadata/types/mw";
|
import { MWMediaType } from "../metadata/types/mw";
|
||||||
|
|
||||||
const flixHqBase = "https://consumet-api-clone-six.vercel.app/meta/tmdb"; // instance stolen from streaminal :)
|
const flixHqBase = "https://api.consumet.org/meta/tmdb"; // instance stolen from streaminal :)
|
||||||
|
|
||||||
type FlixHQMediaType = "Movie" | "TV Series";
|
type FlixHQMediaType = "Movie" | "TV Series";
|
||||||
interface FLIXMediaBase {
|
interface FLIXMediaBase {
|
||||||
|
|
Loading…
Reference in a new issue