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:
parent
c1a7c63f03
commit
2a44de8641
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user