From 34589f6ccb19f2689255226fd8ee5fc612d5e632 Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Thu, 28 May 2009 04:14:56 +0000 Subject: Suggested by Thomas Martitz, use tagcache_fill_tags to speed up PictureFlow album art search a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21110 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 05a27ea..dfdcb01 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -648,6 +648,9 @@ static const struct plugin_api rockbox_api = { #ifdef HAVE_TOUCHSCREEN action_get_touchscreen_press, #endif +#if defined(HAVE_TAGCACHE) && defined(HAVE_TC_RAMCACHE) + tagcache_fill_tags +#endif }; int plugin_load(const char* plugin, const void* parameter) -- cgit v1.1