MeemeeLab / node-anime-viewer

Nodejs implementation of ani-cli.
Other
27 stars 6 forks source link

Fix invalid episode number concatenating instead of adding #28

Closed ghost closed 2 years ago

ghost commented 2 years ago

Fixes this issue: Anime is 12 episodes, when next episode is pressed after playing episode 12, the output would be "Episode 121 is not available." Instead of "Episode 13 is not available."

And when previous episode is picked on episode one, it now displays "Episode 0 is not available." instead of "Nan is not available."

MeemeeLab commented 2 years ago

Thanks!