Update lookmovie.js

This commit is contained in:
James Hawkins 2021-12-29 12:39:47 +00:00 committed by GitHub
parent e73e18cf38
commit b9fccb8354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 };
}