mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 20:10:20 +00:00
[ADN]: Fix multi season episode selection
This commit is contained in:
parent
c87f6cc400
commit
743a0c5e5d
1 changed files with 1 additions and 0 deletions
1
adn.ts
1
adn.ts
|
|
@ -274,6 +274,7 @@ export default class AnimationDigitalNetwork implements ServiceClass {
|
|||
episode.season = '1';
|
||||
}
|
||||
show.value.videos[episodeIndex].season = episode.season;
|
||||
show.value.videos[episodeIndex].shortNumber = episodeIndex+'';
|
||||
if (!episodeNumber) {
|
||||
specialIndex++;
|
||||
episode.shortNumber = 'S'+specialIndex;
|
||||
|
|
|
|||
Loading…
Reference in a new issue