diff options
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 1a0aedf3cc..3db4bb2d80 100644 --- a/apps/plugin.c +++ b/apps/plugin.c | |||
@@ -829,6 +829,7 @@ static const struct plugin_api rockbox_api = { | |||
829 | tagtree_subentries_do_action, | 829 | tagtree_subentries_do_action, |
830 | #endif | 830 | #endif |
831 | adjust_volume, | 831 | adjust_volume, |
832 | playlist_set_modified, | ||
832 | }; | 833 | }; |
833 | 834 | ||
834 | static int plugin_buffer_handle; | 835 | static int plugin_buffer_handle; |