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