diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 3 |
1 files changed, 3 insertions, 0 deletions
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) |