mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +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 { 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";
|
||||
interface FLIXMediaBase {
|
||||
|
|
Loading…
Reference in a new issue