From 7ad12b0da8e53241ce4a2bfbcaca46f518f1ea66 Mon Sep 17 00:00:00 2001 From: ksyasuda Date: Sun, 12 Jun 2022 21:51:53 -0700 Subject: [PATCH] squash more bugs --- aniwrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aniwrapper b/aniwrapper index 1ef6951..66cc115 100755 --- a/aniwrapper +++ b/aniwrapper @@ -279,7 +279,7 @@ check_flags() { args+=(-d"$dl_dir") fi if ((IS_DOWNLOAD)); then - args+=(-d) + args+=(-d "$DEFAULT_DOWNLOAD") fi if ((IS_PLAY_FROM_FILE)); then args+=(-f"$play_path")