input/qobuz: remove unused variable
This commit is contained in:
parent
b6d858f4d6
commit
91a512606b
|
@ -101,9 +101,6 @@ QobuzClient::AddLoginHandler(QobuzSessionHandler &h) noexcept
|
|||
} else {
|
||||
// TODO: throttle login attempts?
|
||||
|
||||
std::string login_uri(base_url);
|
||||
login_uri += "/login/username";
|
||||
|
||||
try {
|
||||
StartLogin();
|
||||
} catch (...) {
|
||||
|
|
Loading…
Reference in New Issue