diff options
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index dfdcb01b19..31990a9b00 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -649,8 +649,12 @@ static const struct plugin_api rockbox_api = { action_get_touchscreen_press, #endif #if defined(HAVE_TAGCACHE) && defined(HAVE_TC_RAMCACHE) - tagcache_fill_tags + tagcache_fill_tags, #endif + playlist_add, + playlist_sync, + playlist_remove_all_tracks, + playlist_create, }; int plugin_load(const char* plugin, const void* parameter) |