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:
parent
059d0374c6
commit
42d488eaac
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user