forked from len0rd/rockbox
Made mp3info set the path variable on the mp3entry struct. This fixes WPS Parse & File modes in playlist or dir playing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1224 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2949df78a0
commit
d15884fab2
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ mp3info(struct mp3entry *entry, char *filename)
|
|||
return true;
|
||||
|
||||
memset(entry, 0, sizeof(struct mp3entry));
|
||||
|
||||
entry->path = filename;
|
||||
entry->title = NULL;
|
||||
entry->filesize = getfilesize(fd);
|
||||
entry->id3v2len = getid3v2len(fd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue