Fix minor code issues

This commit is contained in:
Jonas Kvinge
2019-09-15 20:27:32 +02:00
parent 83e10aac27
commit 2d67279180
147 changed files with 644 additions and 329 deletions

View File

@@ -47,7 +47,7 @@ class TidalStreamURLRequest : public TidalBaseRequest {
void NeedLogin() { need_login_ = true; }
void Cancel();
const bool oauth() { return service_->oauth(); }
bool oauth() { return service_->oauth(); }
TidalSettingsPage::StreamUrlMethod stream_url_method() { return service_->stream_url_method(); }
QUrl original_url() { return original_url_; }
int song_id() { return song_id_; }