aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/mpris
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-03-15 19:15:35 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-03-15 19:15:35 +0000
commitf343037834f9dc0c19780fd105320bbdc6b68fa6 (patch)
treed3587c641538db5387a2523c9e0a280fdd44c5af /src/plugins/General/mpris
parent0a62c4871f2b83f1f2e4649b2f7fb310e657e762 (diff)
downloadqmmp-f343037834f9dc0c19780fd105320bbdc6b68fa6.tar.gz
qmmp-f343037834f9dc0c19780fd105320bbdc6b68fa6.tar.bz2
qmmp-f343037834f9dc0c19780fd105320bbdc6b68fa6.zip
fixed mpris metadata
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3315 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/mpris')
-rw-r--r--src/plugins/General/mpris/mpris2/player2object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/mpris/mpris2/player2object.cpp b/src/plugins/General/mpris/mpris2/player2object.cpp
index f5af555e6..c3f6fe04f 100644
--- a/src/plugins/General/mpris/mpris2/player2object.cpp
+++ b/src/plugins/General/mpris/mpris2/player2object.cpp
@@ -134,7 +134,7 @@ QVariantMap Player2Object::metadata() const
if(!m_core->metaData(Qmmp::ARTIST).isEmpty())
map["xesam:artist"] = QStringList() << m_core->metaData(Qmmp::ARTIST);
if(!m_core->metaData(Qmmp::COMMENT).isEmpty())
- map["xseam:comment"] = QStringList() << m_core->metaData(Qmmp::COMMENT);
+ map["xesam:comment"] = QStringList() << m_core->metaData(Qmmp::COMMENT);
if(!m_core->metaData(Qmmp::COMPOSER).isEmpty())
map["xesam:composer"] = QStringList() << m_core->metaData(Qmmp::COMPOSER);
if(!m_core->metaData(Qmmp::DISCNUMBER).isEmpty())