1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-02-03 02:47:36 +01:00

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

View File

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