summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/gwps-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c
index f5e3bc2489..d59ac130fc 100644
--- a/apps/gui/gwps-common.c
+++ b/apps/gui/gwps-common.c
@@ -506,7 +506,7 @@ static char* get_tag(struct wps_data* wps_data,
506 return NULL; 506 return NULL;
507 507
508 case 'g': /* genre */ 508 case 'g': /* genre */
509 return id3_get_genre(id3); 509 return id3->genre_string;
510 510
511 case 'v': /* id3 version */ 511 case 'v': /* id3 version */
512 switch (id3->id3version) 512 switch (id3->id3version)