1
0
forked from 50n50/sources

Update ashi/ashi.js

This commit is contained in:
aka paul
2025-12-06 22:54:04 +00:00
parent f4a47d650f
commit 64c211f0fc
+1 -1
View File
@@ -710,7 +710,7 @@ async function extractStreamUrl(url) {
const returnValue = {
streams: streams,
subtitle: englishSubUrl !== "N/A" ? englishSubUrl : ""
subtitles: englishSubUrl !== "N/A" ? englishSubUrl : ""
};
console.log("RETURN: " + JSON.stringify(returnValue));
return JSON.stringify(returnValue);