Update animekai/arabic/animekai.js

This commit is contained in:
aka paul 2025-12-28 23:09:50 +00:00
parent 548d822cd4
commit ffa786c01e

View file

@ -259,8 +259,8 @@ async function extractStreamUrl(url) {
}
return JSON.stringify({
streamUrl: m3u8Link,
subtitle: subtitleUrl
stream: m3u8Link,
subtitles: subtitleUrl
});
}