forked from len0rd/rockbox
Fill WPS tags from tagcache if available.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9260 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d1f9495c83
commit
b7251261de
2 changed files with 4 additions and 3 deletions
|
@ -50,6 +50,7 @@
|
|||
#include "buffer.h"
|
||||
#include "dsp.h"
|
||||
#include "abrepeat.h"
|
||||
#include "tagcache.h"
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#include "icons.h"
|
||||
#include "peakmeter.h"
|
||||
|
@ -2132,8 +2133,8 @@ struct mp3entry* audio_current_track(void)
|
|||
if (!filename)
|
||||
filename = "No file!";
|
||||
|
||||
// if (tagcache_fill_tags(&temp_id3, filename))
|
||||
// return &temp_id3;
|
||||
if (tagcache_fill_tags(&temp_id3, filename))
|
||||
return &temp_id3;
|
||||
|
||||
p = strrchr(filename, '/');
|
||||
if (!p)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue