mirror of
https://git.luna-app.eu/50n50/sources
synced 2025-12-24 00:05:07 +01:00
fix
This commit is contained in:
parent
64c28c0e77
commit
5f6ebe7aaf
2 changed files with 2 additions and 2 deletions
|
|
@ -223,7 +223,7 @@ async function extractStreamUrl(ID) {
|
|||
const streamdata = decryptData.result.hls;
|
||||
const stream = "https://proxy.aether.mom/m3u8-proxy?url=https://smashyplayer.top"+streamdata;
|
||||
console.log(stream);
|
||||
const subsEng = decryptData.result.subtitle["English"];
|
||||
const subsEng = decryptData.result.subtitle?.English || "https://error.org";
|
||||
|
||||
const streams = [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue