TidalRequest: Simplify no results

Fixes #1047
This commit is contained in:
Jonas Kvinge
2022-10-09 22:07:59 +02:00
parent 143f72cf6b
commit f1e3ac65ac
2 changed files with 13 additions and 20 deletions

View File

@@ -202,7 +202,6 @@ class TidalRequest : public TidalBaseRequest {
SongMap songs_;
QStringList errors_;
bool need_login_;
bool no_results_;
QList<QNetworkReply*> replies_;
QList<QNetworkReply*> album_cover_replies_;