diff options
-rw-r--r-- | plugins/adplug/adplug-db.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/adplug/adplug-db.cpp b/plugins/adplug/adplug-db.cpp index c0c9699b..4fa90b4d 100644 --- a/plugins/adplug/adplug-db.cpp +++ b/plugins/adplug/adplug-db.cpp @@ -252,7 +252,7 @@ adplug_insert (DB_playItem_t *after, const char *fname) { adplug_add_meta (it, "title", p->gettitle().c_str()); } else { - adplug_add_meta (it, "title", NULL); + deadbeef->pl_add_meta (it, "title", NULL); } if (!p->getdesc().empty()) { adplug_add_meta (it, "comment", p->getdesc().c_str()); |