Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(qBittorrent): Add torrent files without authentication (#768)
authCookie resolves to undefined when used without authentication. This lead to axios throwing ERR_HTTP_INVALID_HEADER_VALUE. Fixed to use the same method getRequestHeaders instead of the direct this.authCookie call, so it does not try to send the request with Cookie: undefined header.
- Loading branch information