From e3d22c6d3a6284db29f733aadd373e80c6b78a44 Mon Sep 17 00:00:00 2001 From: ajnart Date: Thu, 26 May 2022 21:06:17 +0200 Subject: [PATCH] :label: Add deluge types --- src/tools/types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tools/types.ts b/src/tools/types.ts index c7aad5083..aebcfab00 100644 --- a/src/tools/types.ts +++ b/src/tools/types.ts @@ -24,6 +24,7 @@ interface ConfigModule { export const ServiceTypeList = [ 'Other', 'Emby', + 'Deluge', 'Lidarr', 'Plex', 'Radarr', @@ -34,6 +35,7 @@ export const ServiceTypeList = [ export type ServiceType = | 'Other' | 'Emby' + | 'Deluge' | 'Lidarr' | 'Plex' | 'Radarr'