transcode : disable same-format check.

This commit is contained in:
Dmitry Voronin 2023-12-01 00:13:59 +03:00
parent 73911c52e6
commit ef893aed4e

View file

@ -38,7 +38,7 @@ transcode()
echo -e "${status}"
# Skip same format.
[[ "${from}" = "${to}" ]] && continue
# [[ "${from}" = "${to}" ]] && continue
# Support multiple inputs.
[[ "${to}" = "mp3" ]] && from=""