debug login
Some checks failed
ci / test (push) Failing after 4m54s
ci / build (push) Successful in 8m32s

This commit is contained in:
CJ_Clippy 2025-09-27 03:17:51 -08:00
parent d61b0082a5
commit d4c541c865
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "futureporn-our", "name": "futureporn-our",
"private": true, "private": true,
"version": "2.8.19", "version": "2.8.20",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "concurrently npm:dev:serve npm:dev:build:server npm:dev:build:client npm:dev:worker npm:dev:compose npm:dev:sftp npm:dev:qbittorrent npm:dev:tailscale", "dev": "concurrently npm:dev:serve npm:dev:build:server npm:dev:build:client npm:dev:worker npm:dev:compose npm:dev:sftp npm:dev:qbittorrent npm:dev:tailscale",

View File

@ -136,7 +136,7 @@ export class QBittorrentClient {
} }
async connect(): Promise<void> { async connect(): Promise<void> {
logger.debug("Connecting to qBittorrent..."); logger.debug(`Connecting to qBittorrent at ${this.baseUrl}`);
await this.login(); await this.login();
} }