Skip to content

Commit

Permalink
refactor: show quality options in interactively (#558)
Browse files Browse the repository at this point in the history
* Update ani-cli

* Update ani-cli
  • Loading branch information
meteor314 authored Mar 1, 2022
1 parent edd6437 commit c39217d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ani-cli
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Project repository: https://github.com/pystardust/ani-cli

# Version number
VERSION="1.8.1"
VERSION="1.8.2"

#######################
# AUXILIARY FUNCTIONS #
Expand Down Expand Up @@ -591,7 +591,7 @@ if [ -z "$select_first" ]; then
ep_choice_end=
;;
b)
prompt "Select quality"
prompt "Select quality. Options (best|worst|360|480|720|1080)"
quality="$REPLY"
;;
p)
Expand Down

0 comments on commit c39217d

Please sign in to comment.