summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/gui/skin_engine/skin_tokens.c3
-rw-r--r--manual/appendix/wps_tags.tex4
2 files changed, 5 insertions, 2 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,
1192 curr_screen = 4; 1192 curr_screen = 4;
1193 break; 1193 break;
1194#endif 1194#endif
1195 case GO_TO_PLAYLIST_VIEWER:
1196 curr_screen = 5;
1197 break;
1195 default: /* lists */ 1198 default: /* lists */
1196 curr_screen = 1; 1199 curr_screen = 1;
1197 break; 1200 break;
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 36f4ca37f8..2c96c7735c 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -229,8 +229,8 @@ Ffwd{\textbar}Rew{\textgreater}}
229\section{Current Screen} 229\section{Current Screen}
230\begin{table} 230\begin{table}
231 \begin{tagmap}{}{} 231 \begin{tagmap}{}{}
232 \config{\%cs} & The current screen, 1-4, in the order: 232 \config{\%cs} & The current screen, 1-5, in the order:
233 Menus, WPS, Recording screen, FM Radio screen\\ 233 Menus, WPS, Recording screen, FM Radio screen, Current Playlist screen\\
234 \end{tagmap} 234 \end{tagmap}
235\end{table} 235\end{table}
236The tag can also be used as the switch in a conditional tag. For players without 236The tag can also be used as the switch in a conditional tag. For players without