Merge pull request #391 from movie-web/dev

Patch for FlixHQ
This commit is contained in:
William Oldham 2023-07-27 23:09:12 +01:00 committed by GitHub
commit 0b8aeb1832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "movie-web",
"version": "3.1.3",
"version": "3.1.4",
"private": true,
"homepage": "https://movie-web.app",
"dependencies": {

View File

@ -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://api.consumet.org/meta/tmdb";
type FlixHQMediaType = "Movie" | "TV Series";
interface FLIXMediaBase {