mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 15:47:38 +02:00
* Compile fix for older liblastfms.
This commit is contained in:
@@ -729,7 +729,7 @@ LastFmInfoPlugin::artistInfoReturned()
|
||||
{
|
||||
QVariantMap returnedData;
|
||||
lastfm::XmlQuery lfm;
|
||||
if ( lfm.parse( reply ) )
|
||||
if ( lfm.parse( reply->readAll() ) )
|
||||
{
|
||||
QRegExp tagRegExp( "<a href=\"http://www.last.fm/tag/([^\"]*)\" class=\"bbcode_tag\" rel=\"tag\">" );
|
||||
QRegExp artistRegExp( "<a href=\"http://www.last.fm/music/([^\"]*)\" class=\"bbcode_artist\">" );
|
||||
|
Reference in New Issue
Block a user