mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
Make sure to start the resolver after installing it
This commit is contained in:
@@ -291,7 +291,11 @@ SpotifyAccount::resolverInstalled(const QString& resolverId)
|
|||||||
{
|
{
|
||||||
// We requested this install, so we want to launch it
|
// We requested this install, so we want to launch it
|
||||||
hookupResolver();
|
hookupResolver();
|
||||||
AccountManager::instance()->enableAccount( this );
|
|
||||||
|
if ( enabled() )
|
||||||
|
authenticate();
|
||||||
|
else
|
||||||
|
AccountManager::instance()->enableAccount( this );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user