mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-21 05:11:44 +02:00
* Keep checking revision queue.
This commit is contained in:
@@ -589,7 +589,10 @@ Playlist::checkRevisionQueue()
|
|||||||
if ( item.oldRev != currentrevision() && item.applyToTip ) // this was applied to the then-latest, but the already-running operation changed it so it's out of date now. fix it
|
if ( item.oldRev != currentrevision() && item.applyToTip ) // this was applied to the then-latest, but the already-running operation changed it so it's out of date now. fix it
|
||||||
{
|
{
|
||||||
if ( item.oldRev == item.newRev )
|
if ( item.oldRev == item.newRev )
|
||||||
|
{
|
||||||
|
checkRevisionQueue();
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
item.oldRev = currentrevision();
|
item.oldRev = currentrevision();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user