mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Backport r29435 to 3.8 branch.
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_8@29439 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2076ed09eb
commit
a1d157ba1e
2 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@ static long tempbuf_pos;
|
|||
static const char *tags_str[] = { "artist", "album", "genre", "title",
|
||||
"filename", "composer", "comment", "albumartist", "grouping", "year",
|
||||
"discnumber", "tracknumber", "bitrate", "length", "playcount", "rating",
|
||||
"playtime", "lastplayed", "commitid", "mtime" };
|
||||
"playtime", "lastplayed", "commitid", "mtime", "lastoffset" };
|
||||
|
||||
/* Status information of the tagcache. */
|
||||
static struct tagcache_stat tc_stat;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include "metadata.h"
|
||||
|
||||
/**
|
||||
Note: When adding new tags, make sure to update index_entry_ec in
|
||||
Note: When adding new tags, make sure to update index_entry_ec and tags_str in
|
||||
tagcache.c and bump up the header version too.
|
||||
*/
|
||||
enum tag_type { tag_artist = 0, tag_album, tag_genre, tag_title,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue