mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-22 00:42:04 +02:00
Make sure to re-enable resolver when overwriting attica with local installed
This commit is contained in:
parent
d14e14d25a
commit
e571050758
@ -313,6 +313,7 @@ SpotifyAccount::setManualResolverPath( const QString &resolverPath )
|
||||
if ( !m_spotifyResolver.isNull() )
|
||||
{
|
||||
// replace
|
||||
AccountManager::instance()->disableAccount( this );
|
||||
NewClosure( m_spotifyResolver.data(), SIGNAL( destroyed() ), this, SLOT( hookupAfterDeletion( bool ) ), true );
|
||||
m_spotifyResolver.data()->deleteLater();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user