mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
Prepare for JobStatus
This commit is contained in:
@@ -338,6 +338,13 @@ SpotifyAccount::resolverMessage( const QString &msgType, const QVariantMap &msg
|
|||||||
|
|
||||||
updater->spotifyPlaylistRenamed( title, newRev, oldRev );
|
updater->spotifyPlaylistRenamed( title, newRev, oldRev );
|
||||||
}
|
}
|
||||||
|
else if( msgType == "spotifyError" )
|
||||||
|
{
|
||||||
|
const QString error = msg.value( "msg" ).toString();
|
||||||
|
|
||||||
|
qDebug() << Q_FUNC_INFO << " === GOT ERROR " << error;
|
||||||
|
/// @todo: send to jobview
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user