1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Don't block next update on delete from spotify

This commit is contained in:
Leo Franchi
2012-03-31 12:18:53 -04:00
parent 42d488eaac
commit 676bf7f6d7

View File

@@ -221,7 +221,7 @@ SpotifyPlaylistUpdater::spotifyTracksRemoved( const QVariantList& trackIds, cons
if ( sizeDiff > 0 ) 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 ); playlist()->createNewRevision( uuid(), playlist()->currentrevision(), entries );
} }
} }