1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 09:19:41 +01:00

Prepare for JobStatus

This commit is contained in:
Hugo Lindström 2012-04-12 17:48:20 +02:00
parent c1a7c63f03
commit 2a44de8641

View File

@ -338,6 +338,13 @@ SpotifyAccount::resolverMessage( const QString &msgType, const QVariantMap &msg
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
}
}