1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-20 04:41:36 +02:00

* Keep checking revision queue.

This commit is contained in:
Christian Muehlhaeuser
2011-09-12 13:55:55 +02:00
parent 0dbe87e2f4
commit 789b698e7a

View File

@@ -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 == item.newRev )
{
checkRevisionQueue();
return;
}
item.oldRev = currentrevision();
}