mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 08:04:25 +02:00
Remove all the QNAM-fuckery, since echonest and liblastfm are probably
good now. (Note: will be pushing the change to liblastfm to libechonest as well)
This commit is contained in:
5
thirdparty/liblastfm2/src/ws/ws.cpp
vendored
5
thirdparty/liblastfm2/src/ws/ws.cpp
vendored
@@ -160,7 +160,12 @@ lastfm::setNetworkAccessManager( QNetworkAccessManager* nam )
|
||||
oldNam = threadNamHash[thread];
|
||||
|
||||
if ( oldNam == nam )
|
||||
{
|
||||
// If we're being passed back our own NAM, assume they want to
|
||||
// ensure that we don't delete it out from under them
|
||||
ourNamSet.remove( thread );
|
||||
return;
|
||||
}
|
||||
|
||||
threadNamHash[thread] = nam;
|
||||
ourNamSet.remove( thread );
|
||||
|
Reference in New Issue
Block a user