From 9bdd208bbb16ec15d52653a9913789b44b3b28b3 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 2 May 2018 10:16:40 +0000 Subject: removed Qmmp::URL git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7943 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/detailsdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qmmpui/detailsdialog.cpp') diff --git a/src/qmmpui/detailsdialog.cpp b/src/qmmpui/detailsdialog.cpp index 6d6676765..e87b44693 100644 --- a/src/qmmpui/detailsdialog.cpp +++ b/src/qmmpui/detailsdialog.cpp @@ -197,7 +197,7 @@ void DetailsDialog::printInfo() if(m_metaData[Qmmp::DISCNUMBER] != "0") formattedText += formatRow(tr("Disc number"), m_metaData[Qmmp::DISCNUMBER]); //stream information - if(core->state() == Qmmp::Playing && core->url() == m_metaData.value(Qmmp::URL)) + /*if(core->state() == Qmmp::Playing && core->url() == m_metaData.value(Qmmp::URL)) { if(!core->streamInfo().isEmpty()) { @@ -210,7 +210,7 @@ void DetailsDialog::printInfo() foreach(QString key, core->streamInfo().keys()) formattedText += formatRow(key, core->streamInfo().value(key)); } - } + }*/ //audio info if(!m_metaDataModel) { -- cgit v1.2.3-13-gbd6f