tags 541338 + patch
thanks

Here is the patch that fixes this bug.
diff --git a/src/services/lastfm/LastFmTreeModel.cpp b/src/services/lastfm/LastFmTreeModel.cpp
index dd1dccb..8988da5 100644
--- a/src/services/lastfm/LastFmTreeModel.cpp
+++ b/src/services/lastfm/LastFmTreeModel.cpp
@@ -588,7 +588,7 @@ QString LastFmTreeModel::mapTypeToUrl ( LastFm::Type type, const QString &key )
     case NeighborhoodRadio:
         return "lastfm://user/" + encoded_username + "/neighbours";
     case MyTagsChild:
-        return "lastfm://globaltags/" + KUrl::toPercentEncoding ( key );
+        return "lastfm://usertags/" + encoded_username + "/" + KUrl::toPercentEncoding ( key );
     case FriendsChild:
         return "lastfm://user/" + KUrl::toPercentEncoding ( key ) + "/personal";
     case ArtistsChild:

Attachment: signature.asc
Description: Digital signature



Reply via email to