Remove redundant loglevel check

This commit is contained in:
Ben Saufley 2022-01-21 17:09:43 -05:00 committed by GitHub
parent 4dd095da2a
commit aa702cb97a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -960,7 +960,7 @@ do
fi
if [ -f "${cover_file}" ]; then
if [ "$loglevel" -gt 1 ]; then log "Adding cover art"; fi
log "Adding cover art"
mp4art --add "${cover_file}" "${output_file}"
fi