mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-28 16:20:01 +02:00
Comment out failing assert until correctly fixed
This commit is contained in:
@@ -273,7 +273,8 @@ DatabaseCommand_SetPlaylistRevision::exec( DatabaseImpl* lib )
|
||||
{
|
||||
tDebug() << "Not updating current revision, optimistic locking fail" << currentRevision << m_oldrev;
|
||||
|
||||
Q_ASSERT( !source()->isLocal() );
|
||||
// This will fail if we run two SetPlaylistRevisions commands on the same playlist concurrently
|
||||
// Q_ASSERT( !source()->isLocal() );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user