From 264f3ddbe777c212620a2e5c66c1b9f358f833e7 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 2 Feb 2015 10:10:49 +0000 Subject: enabled new metadata formatter git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4710 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/kdenotify/kdenotify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/General/kdenotify/kdenotify.cpp') diff --git a/src/plugins/General/kdenotify/kdenotify.cpp b/src/plugins/General/kdenotify/kdenotify.cpp index 47e7987d6..d4bb4a482 100644 --- a/src/plugins/General/kdenotify/kdenotify.cpp +++ b/src/plugins/General/kdenotify/kdenotify.cpp @@ -121,7 +121,7 @@ QList KdeNotify::prepareNotification() args.append(tr("Qmmp now playing:")); //summary (notification title) MetaDataFormatter f(m_template); - QString body = f.parse(core->metaData(), core->totalTime()/1000); + QString body = f.format(core->metaData(), core->totalTime()/1000); QString coverPath; if(m_showCovers) -- cgit v1.2.3-13-gbd6f