Remove double backslash

This commit is contained in:
appeasementPolitik 2022-09-04 07:40:21 +00:00 committed by GitHub
parent 8566a9a5d7
commit 48e8ec2383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,10 +54,10 @@ Total=$total
Date=$date
Genre=$genre
Comment=$comment" | opustags -i -S "$file" ;;
*.mp3) eyeD3 -Q --remove-all -a "$artist" -t "$title" -A "$album" -n "$track" \\
${total:+-N "$total"} \\
${date:+-Y "$date"} \\
${genre:+-G "$genre"} \\
*.mp3) eyeD3 -Q --remove-all -a "$artist" -t "$title" -A "$album" -n "$track" \
${total:+-N "$total"} \
${date:+-Y "$date"} \
${genre:+-G "$genre"} \
${comment:+-c "$comment"} "$file" ;;
*.flac) echo "TITLE=$title
ARTIST=$artist