mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 08:25:47 +01:00
✨ Add Jellyseerr full support
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user