mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Remove double backslash
This commit is contained in:
parent
8566a9a5d7
commit
48e8ec2383
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user