Skip to content

Commit

Permalink
fixed videoquality
Browse files Browse the repository at this point in the history
  • Loading branch information
HirschBerge committed Oct 9, 2024
1 parent b67fb92 commit f0ab2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-completions/ani-cli/ani-cli-completions.nu
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# inspired by DWTW

def videoQuality [] {
[ "best", "worst", "360", "480", "720", "1080" ]
[ "worst", "360p", "480p", "720p", "1080p", "4K", "best" ]
}
def common_episodes [] {
[ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13" ]
Expand Down

0 comments on commit f0ab2c1

Please sign in to comment.