mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-22 08:49:42 +01:00
Better reasoning in comments
This commit is contained in:
parent
7af7a8784f
commit
c9edf98dd2
@ -822,7 +822,8 @@ SpotifyAccount::startPlaylistSyncWithPlaylist( const QString& msgType, const QVa
|
||||
*/
|
||||
if ( m_updaters.contains( id ) )
|
||||
{
|
||||
//Q_ASSERT( m_updaters[ id ]->sync() == false ); /// Should have been unchecked/off before
|
||||
//Q_ASSERT( m_updaters[ id ]->sync() == false ); /// Should have been unchecked/off before, but might not be if the user
|
||||
// changed spotify resolver meanwhile, so allow it for now
|
||||
m_updaters[ id ]->setSync( true );
|
||||
// m_updaters[ id ]->
|
||||
// TODO
|
||||
|
Loading…
x
Reference in New Issue
Block a user