Commit 91a51260 authored by Max Kellermann's avatar Max Kellermann

input/qobuz: remove unused variable

parent b6d858f4
......@@ -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 (...) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment