forked from len0rd/rockbox
Database v3 support.. works with the new format, new fields aren't getting used yet.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6573 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
40efb12b8c
commit
b1e1e44041
2 changed files with 7 additions and 1 deletions
|
|
@ -43,6 +43,9 @@ struct entry {
|
|||
long albumoffset;
|
||||
char *artistname;
|
||||
char *albumname;
|
||||
long playtime;
|
||||
short track;
|
||||
short samplerate;
|
||||
};
|
||||
|
||||
extern struct entry *currententry;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue