Fix uninitialized variables

This commit is contained in:
Jonas Kvinge
2021-03-26 21:30:13 +01:00
parent 8a39a43ad5
commit 14fb647647
27 changed files with 64 additions and 65 deletions

View File

@@ -934,7 +934,7 @@ void TidalService::CancelSearch() {
void TidalService::SendSearch() {
TidalBaseRequest::QueryType type;
TidalBaseRequest::QueryType type = TidalBaseRequest::QueryType_None;
switch (pending_search_type_) {
case InternetSearchView::SearchType_Artists: