diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 08beddf..b864170 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -605,6 +605,8 @@ static const struct plugin_api rockbox_api = { #ifdef HAVE_TAGCACHE tagcache_get_numeric, #endif + + gui_syncyesno_run, }; int plugin_load(const char* plugin, const void* parameter) |