mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-10-28 04:44:11 -07:00
Fix menu showing after completing download(s)
This commit is contained in:
parent
5804f84f83
commit
d9d7549553
2
ani-cli
2
ani-cli
@ -632,7 +632,7 @@ main() {
|
|||||||
|
|
||||||
for ep in $episodes; do
|
for ep in $episodes; do
|
||||||
open_episode "$selection_id" "$ep" "$download_dir"
|
open_episode "$selection_id" "$ep" "$download_dir"
|
||||||
if ((!is_autoplay && is_select_episodes)); then
|
if ((!is_download && !is_autoplay && is_select_episodes)); then
|
||||||
show_menu
|
show_menu
|
||||||
else
|
else
|
||||||
wait
|
wait
|
||||||
|
Loading…
Reference in New Issue
Block a user