mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-12 00:19:08 +01:00
Update lookmovie.js
This commit is contained in:
parent
e73e18cf38
commit
b9fccb8354
@ -155,7 +155,7 @@ async function getStreamUrl(slug, type, season, episode) {
|
|||||||
type: type,
|
type: type,
|
||||||
});
|
});
|
||||||
|
|
||||||
return { url: `${process.env.REACT_APP_CORS_PROXY_URL}${videoUrl.videoUrl}`, subtitles: videoUrl.subs };
|
return { url: videoUrl.videoUrl, subtitles: videoUrl.subs };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user