aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/mpris/mpris2/root2object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/mpris/mpris2/root2object.cpp')
-rw-r--r--src/plugins/General/mpris/mpris2/root2object.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/General/mpris/mpris2/root2object.cpp b/src/plugins/General/mpris/mpris2/root2object.cpp
index 1f789237d..5bf47e31f 100644
--- a/src/plugins/General/mpris/mpris2/root2object.cpp
+++ b/src/plugins/General/mpris/mpris2/root2object.cpp
@@ -58,8 +58,7 @@ bool Root2Object::hasTrackList() const
}
QString Root2Object::identity() const
{
- QString name = "Qmmp " + Qmmp::strVersion();
- return name;
+ return "Qmmp";
}
QStringList Root2Object::supportedMimeTypes() const