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:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user