summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-10 14:55:02 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-10 14:55:02 +0200
commit824c7cebae1b9c1562c045bc715148a39f3f32c4 (patch)
treed9a5163f9861057668a7fe6c3478f272e67afbc1 /plugins
parent0e2c2a79ad0ef31d639f84983b72f19a288c871f (diff)
fixed reading id3v2.4 tags written by fb2k
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtkui/trkproperties.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/gtkui/trkproperties.c b/plugins/gtkui/trkproperties.c
index 73f55061..4a34903c 100644
--- a/plugins/gtkui/trkproperties.c
+++ b/plugins/gtkui/trkproperties.c
@@ -80,7 +80,8 @@ on_metadata_edited (GtkCellRendererText *renderer, gchar *path, gchar *new_text,
// full metadata
static const char *types[] = {
"artist", "Artist",
- "band", "Band / Album Artist",
+ "albumartist", "Album Artist",
+// "band", "Band",
"title", "Track Title",
"track", "Track Number",
"album", "Album",