diff options
Diffstat (limited to 'apps/plugin.h')
-rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 835063e25f..9e94fe697e 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -500,7 +500,7 @@ struct plugin_api { void (*add_to_pl_cb)); bool (*browse_id3)(struct mp3entry *id3, int playlist_display_index, int playlist_amount, - struct tm *modified, bool multiple_tracks); + struct tm *modified, int track_ct); /* talking */ int (*talk_id)(int32_t id, bool enqueue); |