diff options
Diffstat (limited to 'apps/gui/wps_debug.c')
| -rw-r--r-- | apps/gui/wps_debug.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/gui/wps_debug.c b/apps/gui/wps_debug.c index 317e73c..0f40a57 100644 --- a/apps/gui/wps_debug.c +++ b/apps/gui/wps_debug.c @@ -242,6 +242,10 @@ static void dump_wps_tokens(struct wps_data *data) snprintf(buf, sizeof(buf), "time elapsed in track"); break; + case WPS_TOKEN_TRACK_ELAPSED_PERCENT: + snprintf(buf, sizeof(buf), "played percentage of track"); + break; + case WPS_TOKEN_PLAYLIST_ENTRIES: snprintf(buf, sizeof(buf), "number of entries in playlist"); break; |