diff --git a/smashystream/smashystream.js b/smashystream/smashystream.js index 0515f88..8282f17 100644 --- a/smashystream/smashystream.js +++ b/smashystream/smashystream.js @@ -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 = []; diff --git a/smashystream/smashystream.json b/smashystream/smashystream.json index 9967277..ce3d6a9 100644 --- a/smashystream/smashystream.json +++ b/smashystream/smashystream.json @@ -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",