summaryrefslogtreecommitdiffstats
path: root/apps/metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata.h')
-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 {
/* resume related */
unsigned long offset; /* bytes played */
+#if CONFIG_CODEC != SWCODEC
+ int index; /* playlist index */
+#endif
#ifdef HAVE_TAGCACHE
unsigned char autoresumable; /* caches result of autoresumable() */