forked from 50n50/sources
Update ashi/ashi.js
This commit is contained in:
+1
-1
@@ -710,7 +710,7 @@ async function extractStreamUrl(url) {
|
|||||||
|
|
||||||
const returnValue = {
|
const returnValue = {
|
||||||
streams: streams,
|
streams: streams,
|
||||||
subtitle: englishSubUrl !== "N/A" ? englishSubUrl : ""
|
subtitles: englishSubUrl !== "N/A" ? englishSubUrl : ""
|
||||||
};
|
};
|
||||||
console.log("RETURN: " + JSON.stringify(returnValue));
|
console.log("RETURN: " + JSON.stringify(returnValue));
|
||||||
return JSON.stringify(returnValue);
|
return JSON.stringify(returnValue);
|
||||||
|
|||||||
Reference in New Issue
Block a user