mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 15:59:42 +01: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:
parent
2fb7c5c289
commit
83c53b7150
@ -615,6 +615,7 @@ nam()
|
||||
QNetworkAccessManager* newNam;
|
||||
#ifdef LIBLASTFM_FOUND
|
||||
newNam = lastfm::nam();
|
||||
lastfm::setNetworkAccessManager( newNam );
|
||||
#else
|
||||
newNam = new QNetworkAccessManager();
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user