mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
Probably a necessary safety measure, although I can only really see this maybe being a problem on close, not startup
This commit is contained in:
@@ -615,6 +615,7 @@ nam()
|
|||||||
QNetworkAccessManager* newNam;
|
QNetworkAccessManager* newNam;
|
||||||
#ifdef LIBLASTFM_FOUND
|
#ifdef LIBLASTFM_FOUND
|
||||||
newNam = lastfm::nam();
|
newNam = lastfm::nam();
|
||||||
|
lastfm::setNetworkAccessManager( newNam );
|
||||||
#else
|
#else
|
||||||
newNam = new QNetworkAccessManager();
|
newNam = new QNetworkAccessManager();
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user