mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Fix ported from ResolverAccount to CustomAtticaAccount omission
This commit is contained in:
@@ -88,6 +88,12 @@ SpotifyAccount::SpotifyAccount( const QString& accountId )
|
||||
SpotifyAccount::~SpotifyAccount()
|
||||
{
|
||||
clearUser();
|
||||
|
||||
if ( m_spotifyResolver.isNull() )
|
||||
return;
|
||||
|
||||
Pipeline::instance()->removeScriptResolver( m_spotifyResolver.data()->filePath() );
|
||||
delete m_spotifyResolver.data();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user