mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-06 17:09:24 +00:00
Update lookmovie.js
This commit is contained in:
parent
e73e18cf38
commit
b9fccb8354
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue