mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 20:10:20 +00:00
fixed eslint
This commit is contained in:
parent
68276baf78
commit
6a66e0aa1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue