🏷️ Add deluge types

This commit is contained in:
ajnart
2022-05-26 21:06:17 +02:00
parent fd44fbb208
commit e3d22c6d3a

View File

@@ -24,6 +24,7 @@ interface ConfigModule {
export const ServiceTypeList = [ export const ServiceTypeList = [
'Other', 'Other',
'Emby', 'Emby',
'Deluge',
'Lidarr', 'Lidarr',
'Plex', 'Plex',
'Radarr', 'Radarr',
@@ -34,6 +35,7 @@ export const ServiceTypeList = [
export type ServiceType = export type ServiceType =
| 'Other' | 'Other'
| 'Emby' | 'Emby'
| 'Deluge'
| 'Lidarr' | 'Lidarr'
| 'Plex' | 'Plex'
| 'Radarr' | 'Radarr'