mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
Fix corrupted metadata on manual track change on hwcodec. Thanks to kugel for the patch.
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_8@29431 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
01db859191
commit
2076ed09eb
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ bool mp3info(struct mp3entry *entry, const char *filename)
|
|||
if (fd < 0)
|
||||
return true;
|
||||
|
||||
result = !get_mp3_metadata(fd, entry);
|
||||
result = !get_metadata(entry, fd, filename);
|
||||
|
||||
close(fd);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue