mirror of
https://git.luna-app.eu/50n50/sources
synced 2025-12-22 05:36:32 +01:00
Update ashi/ashi.js
This commit is contained in:
parent
f4a47d650f
commit
64c211f0fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue