From 35e4de645db0a41704516fc2534390a27310d8d8 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 18 Apr 2010 10:57:55 +0200 Subject: fixed setting title from filename in adplug plugin --- plugins/adplug/adplug-db.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/adplug') 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()); -- cgit v1.2.3