Fixed
- qBittorrent 5.2+ integration broke, every data call returned 403 (#33). qBittorrent 5.2.0 renamed the WebUI session cookie from
SIDtoQBT_SID_<port>(and addedHttpOnly/SameSite). The login cookie extraction only matchedSID=, so the client got no session and every authenticated GET/POST 403'd, while the connection test (which only checks the HTTP status) still showed "Connected". The cookie is now captured under whichever name qBit returns (SIDorQBT_SID_<port>) and echoed back verbatim. Affected users on an unpatched build can stay on / roll back to qBittorrent 5.1.4 in the meantime.