summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/metadata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/metadata.h b/apps/metadata.h
index 1ab391cbba..c22c1b3ecf 100644
--- a/apps/metadata.h
+++ b/apps/metadata.h
@@ -266,6 +266,9 @@ struct mp3entry {
266 266
267 /* resume related */ 267 /* resume related */
268 unsigned long offset; /* bytes played */ 268 unsigned long offset; /* bytes played */
269#if CONFIG_CODEC != SWCODEC
270 int index; /* playlist index */
271#endif
269 272
270#ifdef HAVE_TAGCACHE 273#ifdef HAVE_TAGCACHE
271 unsigned char autoresumable; /* caches result of autoresumable() */ 274 unsigned char autoresumable; /* caches result of autoresumable() */