From 4edc7417385dca72a37efbdfb257ec50c5fe628b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 9 May 2018 08:32:35 +0000 Subject: enabled notifier plugin git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7950 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/notifier/popupwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/General/notifier/popupwidget.cpp') diff --git a/src/plugins/General/notifier/popupwidget.cpp b/src/plugins/General/notifier/popupwidget.cpp index d5b72e04b..7837aff65 100644 --- a/src/plugins/General/notifier/popupwidget.cpp +++ b/src/plugins/General/notifier/popupwidget.cpp @@ -84,11 +84,11 @@ void PopupWidget::showMetaData() m_timer->stop(); SoundCore *core = SoundCore::instance(); - QString title = m_formatter.format(core->metaData(), core->duration() / 1000); + QString title = m_formatter.format(core->trackInfo()); m_label1->setText(title); - QPixmap pix = MetaDataManager::instance()->getCover(core->metaData(Qmmp::URL)); + QPixmap pix = MetaDataManager::instance()->getCover(core->path()); if(!pix.isNull()) { m_pixlabel->setFixedSize(m_coverSize,m_coverSize); -- cgit v1.2.3-13-gbd6f