mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
Don't block next update on delete from spotify
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user