Delete old types

This commit is contained in:
Thomas "ajnart" Camlong
2022-05-01 14:46:15 +02:00
parent 11e55c46b4
commit 07449b9272

View File

@@ -1,9 +0,0 @@
export const ServiceTypes = ['Other', 'Sonarr', 'Radarr', 'Lidarr', 'qBittorrent', 'Plex', 'Emby'];
export interface serviceItem {
[x: string]: any;
name: string;
type: ServiceTypes;
url: string;
icon: string;
}