mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-10-28 04:44:11 -07: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}
|
||||
choice=''
|
||||
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
|
||||
menu_line_alternate "next episode" "n"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user