mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2025-07-03 01:03:32 -07:00
remove whitespace from ep number if coming from continue function
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user