summaryrefslogtreecommitdiff
path: root/plugins.c
diff options
context:
space:
mode:
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 6f5d57ba..ba056b33 100644
--- a/plugins.c
+++ b/plugins.c
@@ -210,6 +210,7 @@ static DB_functions_t deadbeef_api = {
.junk_detect_charset = junk_detect_charset,
.junk_recode = junk_recode,
.junk_iconv = junk_iconv,
+ .junk_rewrite_tags = (int (*) (DB_playItem_t *it, uint32_t flags, int id3v2_version, const char *id3v1_encoding))junk_rewrite_tags,
// vfs
.fopen = vfs_fopen,
.fclose = vfs_fclose,