mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-18 23:17:59 +01:00
Playlists might not be synced, but might have an updater
This commit is contained in:
parent
c7feb0f6f0
commit
1a45a42a86
@ -386,7 +386,6 @@ SpotifyAccount::resolverMessage( const QString &msgType, const QVariantMap &msg
|
||||
{
|
||||
const QString plid = msg.value( "playlistid" ).toString();
|
||||
|
||||
Q_ASSERT( m_updaters.contains( plid ) );
|
||||
if ( !m_updaters.contains( plid ) )
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user