Skip to content

Commit

Permalink
deploy: 35de12b
Browse files Browse the repository at this point in the history
  • Loading branch information
Izumiko committed Nov 20, 2023
1 parent 6c89883 commit 983ac33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ede.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@
window.localStorage.setItem(_id_key, animaInfo.animes[selecAnime_id].animeId);
window.localStorage.setItem(_name_key, animaInfo.animes[selecAnime_id].animeTitle);
let episode_lists_str = ep2string(animaInfo.animes[selecAnime_id].episodes);
episode = prompt('确认集数:\n' + episode_lists_str, parseInt(episode));
episode = prompt('确认集数:\n' + episode_lists_str, parseInt(episode) || 1);
episode = parseInt(episode) - 1;
} else {
selecAnime_id = parseInt(selecAnime_id) - 1;
Expand Down

0 comments on commit 983ac33

Please sign in to comment.