summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
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 {
500 void (*add_to_pl_cb)); 500 void (*add_to_pl_cb));
501 bool (*browse_id3)(struct mp3entry *id3, 501 bool (*browse_id3)(struct mp3entry *id3,
502 int playlist_display_index, int playlist_amount, 502 int playlist_display_index, int playlist_amount,
503 struct tm *modified, bool multiple_tracks); 503 struct tm *modified, int track_ct);
504 504
505 /* talking */ 505 /* talking */
506 int (*talk_id)(int32_t id, bool enqueue); 506 int (*talk_id)(int32_t id, bool enqueue);