Update ashi/ashi.js
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user