mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 00:15:48 +01:00
feat: add dash. integration
This commit is contained in:
@@ -61,6 +61,7 @@ export const Targets = [
|
||||
export const ServiceTypeList = [
|
||||
'Other',
|
||||
'Emby',
|
||||
'Dash.',
|
||||
'Deluge',
|
||||
'Lidarr',
|
||||
'Plex',
|
||||
@@ -69,18 +70,8 @@ export const ServiceTypeList = [
|
||||
'Sonarr',
|
||||
'qBittorrent',
|
||||
'Transmission',
|
||||
];
|
||||
export type ServiceType =
|
||||
| 'Other'
|
||||
| 'Emby'
|
||||
| 'Deluge'
|
||||
| 'Lidarr'
|
||||
| 'Plex'
|
||||
| 'Radarr'
|
||||
| 'Readarr'
|
||||
| 'Sonarr'
|
||||
| 'qBittorrent'
|
||||
| 'Transmission';
|
||||
] as const;
|
||||
export type ServiceType = typeof ServiceTypeList[number];
|
||||
|
||||
export interface serviceItem {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user