From 54a68f1d745f0eca517dfd1a89d4a2d6908d41d4 Mon Sep 17 00:00:00 2001 From: ajnart Date: Thu, 26 May 2022 18:16:00 +0200 Subject: [PATCH] :label: Update types to support qBittorrent login --- src/tools/types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tools/types.ts b/src/tools/types.ts index 71a0b3fea..c7aad5083 100644 --- a/src/tools/types.ts +++ b/src/tools/types.ts @@ -48,4 +48,6 @@ export interface serviceItem { url: string; icon: string; apiKey?: string; + password?: string; + username?: string; }