Fix uninitialized variable
This commit is contained in:
parent
1ffd010e4a
commit
91d0a2cd0c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user