aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/detailsdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/detailsdialog.cpp')
-rw-r--r--src/qmmpui/detailsdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmmpui/detailsdialog.cpp b/src/qmmpui/detailsdialog.cpp
index 93e02be2f..243fc4b63 100644
--- a/src/qmmpui/detailsdialog.cpp
+++ b/src/qmmpui/detailsdialog.cpp
@@ -164,6 +164,7 @@ void DetailsDialog::printInfo()
//tags
formattedText += formatRow(tr("Title"), m_metaData[Qmmp::TITLE]);
formattedText += formatRow(tr("Artist"), m_metaData[Qmmp::ARTIST]);
+ formattedText += formatRow(tr("ALbum artist"), m_metaData[Qmmp::ALBUMARTIST]);
formattedText += formatRow(tr("Album"), m_metaData[Qmmp::ALBUM]);
formattedText += formatRow(tr("Comment"), m_metaData[Qmmp::COMMENT]);
formattedText += formatRow(tr("Genre"), m_metaData[Qmmp::GENRE]);