🏷️ Update types to support qBittorrent login

This commit is contained in:
ajnart
2022-05-26 18:16:00 +02:00
parent 2fabd1908d
commit 54a68f1d74

View File

@@ -48,4 +48,6 @@ export interface serviceItem {
url: string;
icon: string;
apiKey?: string;
password?: string;
username?: string;
}