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