1
0
mirror of https://github.com/fallenbagel/jellyseerr.git synced 2026-01-11 00:58:16 -05:00
Files
jellyseerr/server/constants/server.ts
2021-02-27 22:12:54 +00:00

7 lines
82 B
TypeScript

export enum MediaServerType {
PLEX = 1,
JELLYFIN,
EMBY,
NOT_CONFIGURED,
}