1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 10:19:41 +01: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 )
{
m_blockUpdatesForNextRevision = true;
// Won't get a tomahawkTracksInserted or tomahawkTracksRemoved slot called, no need to block
playlist()->createNewRevision( uuid(), playlist()->currentrevision(), entries );
}
}