Commented out songlength() for now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@734 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f43b27a934
commit
3facc983d1
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ mp3info(mp3entry *entry, char *filename)
|
|||
entry->filesize = getfilesize(fd);
|
||||
entry->id3v2len = getid3v2len(fd);
|
||||
entry->id3v1len = getid3v1len(fd);
|
||||
entry->length = getsonglength(fd, entry);
|
||||
/* entry->length = getsonglength(fd, entry); */
|
||||
entry->title = NULL;
|
||||
|
||||
if(HASID3V2(entry))
|
||||
|
|
Loading…
Reference in a new issue