From 40d3a5c66105914c1113bc7ef0649e13b3db690f Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 2 Jan 2010 13:05:52 +0100 Subject: added junk_copy API to copy metadata from one track to a list of tracks --- plugins.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins.c') 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, -- cgit v1.2.3