Fix search error not shown in Tidal search

This commit is contained in:
Jonas Kvinge
2018-09-15 22:34:44 +02:00
parent 8e35e0c476
commit ab5d9b62b8
2 changed files with 8 additions and 3 deletions

View File

@@ -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;