squash more bugs

This commit is contained in:
ksyasuda 2022-06-12 21:51:53 -07:00
parent c7911dc0a7
commit 7ad12b0da8

View File

@ -279,7 +279,7 @@ check_flags() {
args+=(-d"$dl_dir") args+=(-d"$dl_dir")
fi fi
if ((IS_DOWNLOAD)); then if ((IS_DOWNLOAD)); then
args+=(-d) args+=(-d "$DEFAULT_DOWNLOAD")
fi fi
if ((IS_PLAY_FROM_FILE)); then if ((IS_PLAY_FROM_FILE)); then
args+=(-f"$play_path") args+=(-f"$play_path")