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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user