mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-10-28 04:44:11 -07:00
update episode selection prompt in command line mode
This commit is contained in:
parent
3c4189e3ac
commit
006fdc6572
5
ani-cli
5
ani-cli
@ -620,8 +620,9 @@ episode_selection() {
|
||||
lg "START: $ep_choice_start | END: $ep_choice_end"
|
||||
elif ((LAST_EP_NUMBER > 1)); then
|
||||
[[ "$is_download" -eq 1 ]] &&
|
||||
inf "Range of episodes can be specified: start_number end_number"
|
||||
prompt "Choose episode" "[$FIRST_EP_NUMBER-$LAST_EP_NUMBER]"
|
||||
inf "Range of episodes can be specified:" "start_number end_number"
|
||||
inf "Anime:" "$anime_id"
|
||||
prompt "Choose episode " "[$FIRST_EP_NUMBER-$LAST_EP_NUMBER]"
|
||||
read -r ep_choice_start ep_choice_end
|
||||
[[ -z "$ep_choice_end" ]] && ep_choice_end="$ep_choice_start"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user