initialize search id in the constructor.

This commit is contained in:
Jonas Kvinge 2019-05-27 21:38:39 +02:00
parent 890fba0f61
commit 27b0e27cfd
1 changed files with 1 additions and 0 deletions

View File

@ -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),