diff options
Diffstat (limited to 'src/qmmpui/detailsdialog.cpp')
| -rw-r--r-- | src/qmmpui/detailsdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |
