mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-05-18 23:51:46 +00:00
eslint my beloved
This commit is contained in:
parent
fe991fecab
commit
a27daa2ec6
1 changed files with 1 additions and 1 deletions
2
adn.ts
2
adn.ts
|
|
@ -281,7 +281,7 @@ export default class AnimationDigitalNetwork implements ServiceClass {
|
||||||
}
|
}
|
||||||
for (const special of specials) {
|
for (const special of specials) {
|
||||||
console.info(` (Special) (${special.id}) [${special.shortNumber}] ${special.number} - ${special.name}`);
|
console.info(` (Special) (${special.id}) [${special.shortNumber}] ${special.number} - ${special.name}`);
|
||||||
show.value.videos.splice(show.value.videos.findIndex(i => i.id === special.id), 1)
|
show.value.videos.splice(show.value.videos.findIndex(i => i.id === special.id), 1);
|
||||||
}
|
}
|
||||||
show.value.videos.push(...specials);
|
show.value.videos.push(...specials);
|
||||||
return { isOk: true, value: show.value };
|
return { isOk: true, value: show.value };
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue