From 21c1499263405dd7718ed90e995fa60967d07a70 Mon Sep 17 00:00:00 2001 From: graysky Date: Wed, 31 Jul 2013 16:25:45 -0400 Subject: [PATCH] Fix deprecated metaflac options --- src/tools/cuetag.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/cuetag.sh b/src/tools/cuetag.sh index 19229e4..eb27840 100755 --- a/src/tools/cuetag.sh +++ b/src/tools/cuetag.sh @@ -32,8 +32,8 @@ vorbis() fields="$@" # FLAC tagging - # --remove-vc-all overwrites existing comments - METAFLAC="metaflac --remove-all-tags --import-tags-from=-" + # --remove-all-tags overwrites existing comments + METAFLAC="metaflac --import-tags-from=-" # Ogg Vorbis tagging # -w overwrites existing comments