summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/metadata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/metadata.h b/apps/metadata.h
index 88bf378625..8c7188db24 100644
--- a/apps/metadata.h
+++ b/apps/metadata.h
@@ -246,6 +246,7 @@ struct mp3entry {
246 unsigned long offset; /* bytes played */ 246 unsigned long offset; /* bytes played */
247 int index; /* playlist index */ 247 int index; /* playlist index */
248 248
249#ifdef HAVE_TAGCACHE
249 /* runtime database fields */ 250 /* runtime database fields */
250 long tagcache_idx; /* 0=invalid, otherwise idx+1 */ 251 long tagcache_idx; /* 0=invalid, otherwise idx+1 */
251 int rating; 252 int rating;
@@ -253,6 +254,7 @@ struct mp3entry {
253 long playcount; 254 long playcount;
254 long lastplayed; 255 long lastplayed;
255 long playtime; 256 long playtime;
257#endif
256 258
257 /* replaygain support */ 259 /* replaygain support */
258 260