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:
parent
57ab3f73db
commit
7326212671
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user