1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

Playlists might not be synced, but might have an updater

This commit is contained in:
Leo Franchi
2012-04-16 11:30:43 -04:00
parent c7feb0f6f0
commit 1a45a42a86

View File

@@ -386,7 +386,6 @@ SpotifyAccount::resolverMessage( const QString &msgType, const QVariantMap &msg
{ {
const QString plid = msg.value( "playlistid" ).toString(); const QString plid = msg.value( "playlistid" ).toString();
Q_ASSERT( m_updaters.contains( plid ) );
if ( !m_updaters.contains( plid ) ) if ( !m_updaters.contains( plid ) )
return; return;