fixed eslint

This commit is contained in:
stratumadev 2025-10-01 02:32:31 +02:00
parent 68276baf78
commit 6a66e0aa1f

View file

@ -1075,7 +1075,7 @@ export default class Hidive implements ServiceClass {
}
sxData.language = subLang;
if (options.dlsubs.includes('all') || options.dlsubs.includes(subLang.locale)) {
let getVttContent = await this.req.getData(sub.url);
const getVttContent = await this.req.getData(sub.url);
if (getVttContent.ok && getVttContent.res) {
let sBody = await getVttContent.res.text();