diff --git a/src/libtomahawk/accounts/spotify/SpotifyAccount.cpp b/src/libtomahawk/accounts/spotify/SpotifyAccount.cpp index 3d481ee00..7abba49ef 100644 --- a/src/libtomahawk/accounts/spotify/SpotifyAccount.cpp +++ b/src/libtomahawk/accounts/spotify/SpotifyAccount.cpp @@ -1521,7 +1521,9 @@ SpotifyAccount::stopPlaylistSync( SpotifyPlaylistInfo* playlist, bool forceDontD playlist_ptr tomahawkPl = updater->playlist(); if ( !tomahawkPl.isNull() ) - Playlist::remove( tomahawkPl ); + { + Playlist::removalHandler()->remove( tomahawkPl ); + } updater->deleteLater();