summaryrefslogtreecommitdiff
path: root/plugins/vtx
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/vtx')
-rw-r--r--plugins/vtx/vtx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/vtx/vtx.c b/plugins/vtx/vtx.c
index cbf63e61..93c4155e 100644
--- a/plugins/vtx/vtx.c
+++ b/plugins/vtx/vtx.c
@@ -242,7 +242,7 @@ vtx_insert (DB_playItem_t *after, const char *fname) {
DB_playItem_t *it = deadbeef->pl_item_alloc ();
- it->decoder = &plugin;
+ it->decoder_id = deadbeef->plug_get_decoder_id (plugin.id);
it->fname = strdup (fname);
it->filetype = filetypes[0];