From 48e8ec2383d68b8f9f2064db6b256329df38693a Mon Sep 17 00:00:00 2001 From: appeasementPolitik <108810900+appeasementPolitik@users.noreply.github.com> Date: Sun, 4 Sep 2022 07:40:21 +0000 Subject: [PATCH] Remove double backslash --- .local/bin/tag | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.local/bin/tag b/.local/bin/tag index a55bbaec..11a5b8ed 100755 --- a/.local/bin/tag +++ b/.local/bin/tag @@ -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