1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 01:09:42 +01:00

Only emit finished once for binary resolvers

This commit is contained in:
Leo Franchi 2012-05-19 23:17:22 -04:00
parent 57ab3f73db
commit 7326212671

View File

@ -532,8 +532,8 @@ AtticaManager::payloadFetched()
else
{
TomahawkUtils::extractBinaryResolver( f.fileName(), new BinaryInstallerHelper( resolverId, reply->property( "createAccount" ).toBool(), this ) );
// Don't emit failed yet
installedSuccessfully = true;
// Don't emit success or failed yet, helpre will do that.
return;
}
}
else