1
0
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:
Leo Franchi
2012-06-21 22:25:42 -04:00
parent f299d0b923
commit c9bbd96fa6

View File

@@ -291,6 +291,10 @@ 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();
if ( enabled() )
authenticate();
else
AccountManager::instance()->enableAccount( this ); AccountManager::instance()->enableAccount( this );
} }
} }