Fix code challenge in tidal oauth

This commit is contained in:
Jonas Kvinge
2019-06-10 02:29:57 +02:00
parent c0c1457073
commit 56ffb0deb1
4 changed files with 34 additions and 16 deletions

View File

@@ -229,6 +229,9 @@ class TidalService : public InternetService {
bool login_sent_;
int login_attempts_;
QString code_verifier_;
QString code_challenge_;
QList<TidalStreamURLRequest*> stream_url_requests_;
};