Mika-/torrent-control

Fail to login when password is empty.

Bricio opened this issue · 0 comments

uTorrent

If your client only has username and a empty password configured the extension does not try to authenticate and returns "401
Unauthorized."
Example configuration:
image

This

if (username && password)

should be

        if (username || password)

Dont know if other programs accepts empty password, but uTorrent does.