mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 01:09:42 +01:00
Fix ported from ResolverAccount to CustomAtticaAccount omission
This commit is contained in:
parent
da82f398be
commit
d846c8a693
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user