diff options
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index a9a2dfb58a..a990463b8c 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -210,7 +210,7 @@ static struct plugin_api rockbox_api = { mpeg_prev, mpeg_ff_rewind, mpeg_next_track, - mpeg_has_changed_track, + playlist_amount, mpeg_status, #ifdef HAVE_LCD_BITMAP font_get, |