mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-22 13:43:11 +02:00
remove updater from settings when changing user
This commit is contained in:
@@ -388,7 +388,8 @@ void
|
||||
SpotifyAccount::clearUser()
|
||||
{
|
||||
foreach( SpotifyPlaylistUpdater* updater, m_updaters.values() )
|
||||
updater->deleteLater();
|
||||
updater->remove();
|
||||
|
||||
m_updaters.clear();
|
||||
|
||||
qDeleteAll( m_allSpotifyPlaylists );
|
||||
|
Reference in New Issue
Block a user