diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-03-15 19:15:35 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-03-15 19:15:35 +0000 |
| commit | f343037834f9dc0c19780fd105320bbdc6b68fa6 (patch) | |
| tree | d3587c641538db5387a2523c9e0a280fdd44c5af /src/plugins/General/mpris | |
| parent | 0a62c4871f2b83f1f2e4649b2f7fb310e657e762 (diff) | |
| download | qmmp-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.cpp | 2 |
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()) |
