summaryrefslogtreecommitdiff
path: root/plugins.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-18 12:52:51 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-18 12:52:51 +0200
commit47814dcd4e5749be883042999920308936d9a899 (patch)
tree313ec39562fb1386de43183e69ee4f6342279f06 /plugins.c
parent78bf582fb29151a916d2c93e9f056d9464d1f997 (diff)
added new info page to track properties window
Diffstat (limited to 'plugins.c')
-rw-r--r--plugins.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins.c b/plugins.c
index b92e4e18..7183bd59 100644
--- a/plugins.c
+++ b/plugins.c
@@ -159,6 +159,7 @@ static DB_functions_t deadbeef_api = {
.pl_get_next = (DB_playItem_t *(*) (DB_playItem_t *, int))pl_get_next,
.pl_get_prev = (DB_playItem_t *(*) (DB_playItem_t *, int))pl_get_prev,
.pl_format_title = (int (*) (DB_playItem_t *it, int idx, char *s, int size, int id, const char *fmt))pl_format_title,
+ .pl_format_time = pl_format_time,
.pl_move_items = (void (*) (int iter, int plt_from, DB_playItem_t *drop_before, uint32_t *indexes, int count))pl_move_items,
.pl_copy_items = (void (*) (int iter, int plt_from, DB_playItem_t *before, uint32_t *indices, int cnt))pl_copy_items,
.pl_search_reset = pl_search_reset,