summaryrefslogtreecommitdiff
path: root/cdumb.c
diff options
context:
space:
mode:
Diffstat (limited to 'cdumb.c')
-rw-r--r--cdumb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdumb.c b/cdumb.c
index 549063ad..1b85450f 100644
--- a/cdumb.c
+++ b/cdumb.c
@@ -773,7 +773,7 @@ cdumb_insert (DB_playItem_t *after, const char *fname) {
return NULL;
}
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);
DUMB_IT_SIGDATA * itsd = duh_get_it_sigdata(duh);
if (itsd->name[0]) {