Fix uninitialized variable

This commit is contained in:
Jonas Kvinge 2020-09-19 02:10:16 +02:00
parent 1ffd010e4a
commit 91d0a2cd0c
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,7 @@ void QobuzService::CancelSearch() {
void QobuzService::SendSearch() {
QobuzBaseRequest::QueryType type;
QobuzBaseRequest::QueryType type = QobuzBaseRequest::QueryType_None;
switch (pending_search_type_) {
case InternetSearchView::SearchType_Artists: