Formatting

This commit is contained in:
Jonas Kvinge
2022-03-22 21:19:59 +01:00
parent f6b70fda71
commit a6c05df362
14 changed files with 30 additions and 1 deletions

View File

@@ -716,12 +716,14 @@ void QobuzService::SendSearch() {
search_request_->Search(search_id_, search_text_);
search_request_->Process();
}
void QobuzService::SearchResultsReceived(const int id, const SongMap &songs, const QString &error) {
search_request_.reset();
emit SearchResults(id, songs, error);
}
uint QobuzService::GetStreamURL(const QUrl &url, QString &error) {