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:
@@ -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 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user