forked from len0rd/rockbox
Try to handle dircache rebuild event properly. Playlist should now
cache new pointers to dircache items when dircache goes offline and comes back onlineagain (during tagcache commit). This should prevent wrong filenames to appear in playlist. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30047 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c4f6e340f8
commit
2bc133dce9
2 changed files with 26 additions and 8 deletions
|
@ -30,6 +30,7 @@
|
|||
#define DIRCACHE_LIMIT (1024*1024*6)
|
||||
|
||||
#define DIRCACHE_APPFLAG_TAGCACHE 0x0001
|
||||
#define DIRCACHE_APPFLAG_PLAYLIST 0x0002
|
||||
|
||||
/* Internal structures. */
|
||||
struct travel_data {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue