summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/id3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h
index 4ce2e9978f..3b69d50075 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -202,10 +202,12 @@ struct mp3entry {
202 long rundbentryoffset; 202 long rundbentryoffset;
203 203
204 /* runtime database fields */ 204 /* runtime database fields */
205 long tagcache_idx;
205 short rating; 206 short rating;
206 short score; 207 short score;
207 long playcount; 208 long playcount;
208 long lastplayed; 209 long lastplayed;
210 long playtime;
209 211
210 /* replaygain support */ 212 /* replaygain support */
211 213