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'