forgor to remove my specific thing

This commit is contained in:
yoshiyoshyosh 2022-09-25 11:19:30 -04:00 committed by GitHub
parent d9ba4e9471
commit d70a27b17d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -116,9 +116,6 @@ process_file() {
[ "${pic:-}" ] && rm -f "$pic"
[ -z "${err:-}" ] && echo "$infile successfully converted to $TYPE with bitrate/quality ${VLVL:-${BITRATE}k}"
[ -z "$DELETE" ] || rm -f "$infile"
#note: my version only
[ "$TYPE" = "opus" ] && opustags -d ENCODER -d ENCODER_OPTIONS -i "${infile%.*}.opus"
}
usage() {