diff --git a/src/libtomahawk/accounts/lastfm/LastFmInfoPlugin.cpp b/src/libtomahawk/accounts/lastfm/LastFmInfoPlugin.cpp index 14d0a3e12..86fb827a0 100644 --- a/src/libtomahawk/accounts/lastfm/LastFmInfoPlugin.cpp +++ b/src/libtomahawk/accounts/lastfm/LastFmInfoPlugin.cpp @@ -732,10 +732,10 @@ LastFmInfoPlugin::artistInfoReturned() QString biography = lfm["artist"]["bio"]["content"].text().trimmed().replace( "User-contributed text is available under the Creative Commons By-SA License and may also be available under the GNU FDL.", "" ); biography = biography.replace( tagRegExp, "" ) - .replace( artistRegExp, "" ) - .replace( albumRegExp, "" ) - .replace( trackRegExp, "" ) - .replace( "&album=_", "" ); + .replace( artistRegExp, "" ) + .replace( albumRegExp, "" ) + .replace( trackRegExp, "" ) + .replace( "&album=_", "" ); QVariantHash siteData; siteData[ "site" ] = "last.fm";