mirror of
https://git.luna-app.eu/50n50/sources
synced 2025-12-22 13:46:29 +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 = [];
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"name": "50/50",
|
||||
"icon": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ3122kQwublLkZ6rf1fEpUP79BxZOFmH9BSA&s"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"language": "English",
|
||||
"streamType": "HLS",
|
||||
"quality": "1080p",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue