summaryrefslogtreecommitdiff
path: root/plugins/flac
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-09-20 21:30:10 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-09-20 21:30:10 +0200
commitf2b2bc006c9f38607315d3e5fba42d016fd3b2c2 (patch)
tree719363ca0a88e1f33e9730411f3c5ecd5b112461 /plugins/flac
parente5064128cc7ff5950f58d38710461194780d2bf8 (diff)
changed the way "total tracks" field is written to vorbis comments
Diffstat (limited to 'plugins/flac')
-rw-r--r--plugins/flac/flac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/flac/flac.c b/plugins/flac/flac.c
index defa013c..536c8489 100644
--- a/plugins/flac/flac.c
+++ b/plugins/flac/flac.c
@@ -492,7 +492,7 @@ static const char *metainfo[] = {
"ENCODED-BY", "vendor",
"DISCNUMBER", "disc",
"COPYRIGHT", "copyright",
- "TRACKTOTAL", "numtracks",
+ "TOTALTRACKS", "numtracks",
"ALBUM ARTIST", "band",
NULL
};