Fix deprecated metaflac options

This commit is contained in:
graysky
2013-07-31 16:25:45 -04:00
parent ac28bb8cd8
commit 21c1499263

View File

@@ -32,8 +32,8 @@ vorbis()
fields="$@" fields="$@"
# FLAC tagging # FLAC tagging
# --remove-vc-all overwrites existing comments # --remove-all-tags overwrites existing comments
METAFLAC="metaflac --remove-all-tags --import-tags-from=-" METAFLAC="metaflac --import-tags-from=-"
# Ogg Vorbis tagging # Ogg Vorbis tagging
# -w overwrites existing comments # -w overwrites existing comments