A filename bug fix
This commit is contained in:
parent
b7c67fe2bc
commit
058db44db0
@ -155,6 +155,8 @@ elif [[ "${batchfile}" && -z "${filename}" ]]; then
|
|||||||
elif [[ "${batchfile}" && "${filename}" ]]; then
|
elif [[ "${batchfile}" && "${filename}" ]]; then
|
||||||
printf '%s\n' "Cannot pass '--batch-dl' and '--filename' together, ignoring"
|
printf '%s\n' "Cannot pass '--batch-dl' and '--filename' together, ignoring"
|
||||||
opts+=("${default_filename}")
|
opts+=("${default_filename}")
|
||||||
|
else
|
||||||
|
opts+=("${default_filename}")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${batchfile}" ]]; then
|
if [[ "${batchfile}" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user