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:
parent
42d488eaac
commit
676bf7f6d7
@ -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 );
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user