diff --git a/src/accounts/spotify/SpotifyPlaylistUpdater.cpp b/src/accounts/spotify/SpotifyPlaylistUpdater.cpp index 2dd89ab6e..fd37990b5 100644 --- a/src/accounts/spotify/SpotifyPlaylistUpdater.cpp +++ b/src/accounts/spotify/SpotifyPlaylistUpdater.cpp @@ -221,7 +221,7 @@ SpotifyPlaylistUpdater::spotifyTracksRemoved( const QVariantList& trackIds, cons if ( sizeDiff > 0 ) { - m_blockUpdatesForNextRevision = true; + // Won't get a tomahawkTracksInserted or tomahawkTracksRemoved slot called, no need to block playlist()->createNewRevision( uuid(), playlist()->currentrevision(), entries ); } }