mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Only emit finished once for binary resolvers
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user