From bcf5e290508d81d21e6e6f5ce79483390ac926d0 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 1 Jan 2013 14:32:36 +0000 Subject: fixed several mpris2 bugs (Fixes issue 570) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3112 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/mpris/mpris2/root2object.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/plugins/General/mpris/mpris2/root2object.cpp') 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 -- cgit v1.2.3-13-gbd6f