summaryrefslogtreecommitdiff
path: root/plugins/vorbis/vorbis.c
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/vorbis/vorbis.c
parente5064128cc7ff5950f58d38710461194780d2bf8 (diff)
changed the way "total tracks" field is written to vorbis comments
Diffstat (limited to 'plugins/vorbis/vorbis.c')
-rw-r--r--plugins/vorbis/vorbis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/vorbis/vorbis.c b/plugins/vorbis/vorbis.c
index ae1e8832..40ee993e 100644
--- a/plugins/vorbis/vorbis.c
+++ b/plugins/vorbis/vorbis.c
@@ -87,7 +87,7 @@ static const char *metainfo[] = {
"ENCODER", "vendor",
"DISCNUMBER", "disc",
"COPYRIGHT", "copyright",
- "TRACKTOTAL", "numtracks",
+ "TOTALTRACKS", "numtracks",
"ALBUM ARTIST", "band",
NULL
};