1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02: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 else
{ {
TomahawkUtils::extractBinaryResolver( f.fileName(), new BinaryInstallerHelper( resolverId, reply->property( "createAccount" ).toBool(), this ) ); TomahawkUtils::extractBinaryResolver( f.fileName(), new BinaryInstallerHelper( resolverId, reply->property( "createAccount" ).toBool(), this ) );
// Don't emit failed yet // Don't emit success or failed yet, helpre will do that.
installedSuccessfully = true; return;
} }
} }
else else