summaryrefslogtreecommitdiff
path: root/plugins.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-02 13:05:52 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-02 13:05:52 +0100
commit40d3a5c66105914c1113bc7ef0649e13b3db690f (patch)
treed5ea22458282e5b6c7b93214b902114478735e73 /plugins.c
parentd90852fcc0ce41ce30d39a7d50e8156863c4a7b9 (diff)
added junk_copy API to copy metadata from one track to a list of tracks
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 70e4d652..c38eb1a9 100644
--- a/plugins.c
+++ b/plugins.c
@@ -146,6 +146,7 @@ static DB_functions_t deadbeef_api = {
.junk_read_id3v2 = (int (*)(DB_playItem_t *it, DB_FILE *fp))junk_read_id3v2,
.junk_read_ape = (int (*)(DB_playItem_t *it, DB_FILE *fp))junk_read_ape,
.junk_get_leading_size = junk_get_leading_size,
+ .junk_copy = (void (*)(DB_playItem_t *from, DB_playItem_t *first, DB_playItem_t *last))junk_copy,
// vfs
.fopen = vfs_fopen,
.fclose = vfs_fclose,