Add Jellyseerr full support

This commit is contained in:
ajnart
2022-08-09 13:26:55 +02:00
parent c157c94d95
commit 67a274804f
7 changed files with 11 additions and 8 deletions

View File

@@ -71,6 +71,7 @@ export const ServiceTypeList = [
'Sonarr',
'Transmission',
'Overseerr',
'Jellyseerr',
];
export type ServiceType =
| 'Other'
@@ -84,6 +85,7 @@ export type ServiceType =
| 'Readarr'
| 'Sonarr'
| 'Overseerr'
| 'Jellyseerr'
| 'Transmission';
export function tryMatchPort(name: string | undefined, form?: any) {