mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Update lookmovie.js
This commit is contained in:
parent
4055febd4e
commit
e73e18cf38
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ async function getStreamUrl(slug, type, season, episode) {
|
|||
type: type,
|
||||
});
|
||||
|
||||
return { url: videoUrl.videoUrl, subtitles: videoUrl.subs };
|
||||
return { url: `${process.env.REACT_APP_CORS_PROXY_URL}${videoUrl.videoUrl}`, subtitles: videoUrl.subs };
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue