Fix search error not shown in Tidal search
This commit is contained in:
@@ -93,7 +93,7 @@ class TidalService : public InternetService {
|
||||
Song ParseSong(const int album_id_requested, const QJsonValue &value);
|
||||
void GetStreamURL(const int album_id, const int song_id);
|
||||
void CheckFinish();
|
||||
void Error(QString error, QString debug = "");
|
||||
void Error(QString error, QString debug = QString());
|
||||
|
||||
static const char *kApiUrl;
|
||||
static const char *kAuthUrl;
|
||||
|
||||
Reference in New Issue
Block a user