transcode : disable same-format check.
This commit is contained in:
parent
73911c52e6
commit
ef893aed4e
|
@ -38,7 +38,7 @@ transcode()
|
|||
echo -e "${status}"
|
||||
|
||||
# Skip same format.
|
||||
[[ "${from}" = "${to}" ]] && continue
|
||||
# [[ "${from}" = "${to}" ]] && continue
|
||||
|
||||
# Support multiple inputs.
|
||||
[[ "${to}" = "mp3" ]] && from=""
|
||||
|
|
Reference in a new issue