mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 08:15:06 +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,
|
||||
});
|
||||
|
||||
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