commit a2fdb068916ca0342464304a298b3d56bfa71bb0
parent 746b501d9683d79a779d5b377984d049c518d159
Author: Alex Balgavy <alex@balgavy.eu>
Date: Mon, 11 Apr 2022 16:47:36 +0200
audiotag: fix remove-all
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/audiotag b/scripts/audiotag
@@ -71,7 +71,7 @@ case "$file" in
*.mp3)
if [ -n "$clear" ]; then
command -v eyeD3 >/dev/null 2>&1 || die 'eyeD3 must be installed.'
- eyeD3 --remove-all-objects "$file"
+ eyeD3 --remove-all "$file"
elif [ -n "$spec" ]; then
command -v taffy >/dev/null 2>&1 || die 'taffy must be installed.'
taffy --extract "$spec" "$file"