summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/wps_internals.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-05-06 09:22:55 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-05-06 09:22:55 +0000
commit49f2709a01f6ea6230804c0787785b0f5569ca02 (patch)
tree7619ba1afc878b37c189f01f2fbb6797546427bf /apps/gui/skin_engine/wps_internals.h
parent0defb8483c817f18f5ee118bdfb48bc8910b523e (diff)
downloadrockbox-49f2709a01f6ea6230804c0787785b0f5569ca02.tar.gz
rockbox-49f2709a01f6ea6230804c0787785b0f5569ca02.zip
If dircache and database "load to ram" is enabled then get the id3 info from the database in the WPS playlist viewer for non buffered tracks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25841 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/skin_engine/wps_internals.h')
-rw-r--r--apps/gui/skin_engine/wps_internals.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h
index edfae68e84..211d9a13ee 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -241,6 +241,9 @@ struct playlistviewer {
241 struct viewport *vp; 241 struct viewport *vp;
242 bool show_icons; 242 bool show_icons;
243 int start_offset; 243 int start_offset;
244#ifdef HAVE_TC_RAMCACHE
245 struct mp3entry tempid3;
246#endif
244 struct { 247 struct {
245 enum wps_token_type tokens[MAX_PLAYLISTLINE_TOKENS]; 248 enum wps_token_type tokens[MAX_PLAYLISTLINE_TOKENS];
246 char strings[MAX_PLAYLISTLINE_STRINGS][MAX_PLAYLISTLINE_STRLEN]; 249 char strings[MAX_PLAYLISTLINE_STRINGS][MAX_PLAYLISTLINE_STRLEN];