mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +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;
|
||||
#ifdef LIBLASTFM_FOUND
|
||||
newNam = lastfm::nam();
|
||||
lastfm::setNetworkAccessManager( newNam );
|
||||
#else
|
||||
newNam = new QNetworkAccessManager();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user