This commit is contained in:
Kayal Sido 2025-10-22 00:23:03 +02:00
parent 64c28c0e77
commit 5f6ebe7aaf
2 changed files with 2 additions and 2 deletions

View file

@ -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 = [];

View file

@ -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",