Edit types

This commit is contained in:
Thomas "ajnart" Camlong
2022-04-30 21:37:12 +02:00
parent 98c9c1ef6a
commit e334851c2e

View File

@@ -3,11 +3,13 @@ export const ServiceTypes = [
'Sonarr', 'Sonarr',
'Radarr', 'Radarr',
'Lidarr', 'Lidarr',
'qBittorrent',
'Plex', 'Plex',
'Emby', 'Emby',
] ];
export interface serviceItem { export interface serviceItem {
[x: string]: any;
name: string; name: string;
type: ServiceTypes; type: ServiceTypes;
url: string; url: string;