mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-05-10 20:10:38 +00:00
fixed ADN wrong episode title
This commit is contained in:
parent
1e27f59669
commit
79acb28f3b
1 changed files with 1 additions and 1 deletions
2
adn.ts
2
adn.ts
|
|
@ -563,7 +563,7 @@ export default class AnimationDigitalNetwork implements ServiceClass {
|
|||
variables.push(
|
||||
...(
|
||||
[
|
||||
['title', data.title, true],
|
||||
['title', data.name ?? data.title, true],
|
||||
['episode', isNaN(parseFloat(data.shortNumber)) ? data.shortNumber : parseFloat(data.shortNumber), false],
|
||||
['service', 'ADN', false],
|
||||
['seriesTitle', data.show.shortTitle ?? data.show.title, true],
|
||||
|
|
|
|||
Loading…
Reference in a new issue