diff options
Diffstat (limited to 'apps/gui')
-rw-r--r-- | apps/gui/skin_engine/skin_tokens.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/skin_tokens.c b/apps/gui/skin_engine/skin_tokens.c index a682bdf87a..e6dfc95f12 100644 --- a/apps/gui/skin_engine/skin_tokens.c +++ b/apps/gui/skin_engine/skin_tokens.c @@ -1192,6 +1192,9 @@ const char *get_token_value(struct gui_wps *gwps, curr_screen = 4; break; #endif + case GO_TO_PLAYLIST_VIEWER: + curr_screen = 5; + break; default: /* lists */ curr_screen = 1; break; |