summaryrefslogtreecommitdiff
path: root/apps/gui/wps_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps_debug.c')
-rw-r--r--apps/gui/wps_debug.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/gui/wps_debug.c b/apps/gui/wps_debug.c
index 50ffcce119..58e6ab49aa 100644
--- a/apps/gui/wps_debug.c
+++ b/apps/gui/wps_debug.c
@@ -289,6 +289,11 @@ static void dump_wps_tokens(struct wps_data *data)
289 next_str(next)); 289 next_str(next));
290 break; 290 break;
291 291
292 case WPS_TOKEN_METADATA_GROUPING:
293 snprintf(buf, sizeof(buf), "%strack grouping",
294 next_str(next));
295 break;
296
292 case WPS_TOKEN_METADATA_GENRE: 297 case WPS_TOKEN_METADATA_GENRE:
293 snprintf(buf, sizeof(buf), "%strack genre", 298 snprintf(buf, sizeof(buf), "%strack genre",
294 next_str(next)); 299 next_str(next));