1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 10:19:41 +01:00

Uncomment assert for now

This commit is contained in:
Leo Franchi 2012-03-31 11:44:49 -04:00
parent 059d0374c6
commit 42d488eaac

View File

@ -187,7 +187,7 @@ SpotifyAccount::resolverMessage( const QString &msgType, const QVariantMap &msg
SpotifyPlaylistUpdater* updater = m_updaters[ plid ];
// If we're not syncing with this, the resolver is quite misinformed.
Q_ASSERT( updater && updater->sync() );
// Q_ASSERT( updater && updater->sync() );
if ( !updater || !updater->sync() )
return;