Add missing error check on login error

This commit is contained in:
Jonas Kvinge 2019-04-01 23:03:36 +02:00
parent cd2af6974c
commit bfe0b2c634
1 changed files with 2 additions and 0 deletions

View File

@ -1067,6 +1067,8 @@ QString TidalService::LoginError(QString error, QVariant debug) {
}
queue_stream_url_.clear();
Error(error);
return error;
}