mirror of
https://git.luna-app.eu/50n50/sources
synced 2025-12-21 21:26:19 +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 = {
|
||||
streams: streams,
|
||||
subtitle: englishSubUrl !== "N/A" ? englishSubUrl : ""
|
||||
subtitles: englishSubUrl !== "N/A" ? englishSubUrl : ""
|
||||
};
|
||||
console.log("RETURN: " + JSON.stringify(returnValue));
|
||||
return JSON.stringify(returnValue);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue