mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-11-22 03:19:53 -08:00
remove whitespace from ep number if coming from continue function
This commit is contained in:
parent
86a4e187a6
commit
2221d550c0
2
ani-cli
2
ani-cli
@ -878,7 +878,7 @@ main() {
|
|||||||
episode=${ep_choice_end:-$ep_choice_start}
|
episode=${ep_choice_end:-$ep_choice_start}
|
||||||
choice=''
|
choice=''
|
||||||
while :; do
|
while :; do
|
||||||
inf "Currently playing $selection_id episode" "$episode/$last_ep_number"
|
inf "Currently playing $selection_id episode" "${episode// /}/$last_ep_number"
|
||||||
if ((episode != last_ep_number)); then
|
if ((episode != last_ep_number)); then
|
||||||
menu_line_alternate "next episode" "n"
|
menu_line_alternate "next episode" "n"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user