initialize search id in the constructor.
This commit is contained in:
parent
890fba0f61
commit
27b0e27cfd
|
@ -48,6 +48,7 @@ TidalRequest::TidalRequest(TidalService *service, TidalUrlHandler *url_handler,
|
|||
network_(network),
|
||||
type_(type),
|
||||
artist_query_(false),
|
||||
search_id_(-1),
|
||||
artist_albums_requested_(0),
|
||||
artist_albums_received_(0),
|
||||
album_songs_requested_(0),
|
||||
|
|
Loading…
Reference in New Issue