mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
🏷️ Add deluge types
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user