mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-25 06:41:49 +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…
Reference in New Issue
Block a user