Files
jellyseerr/server/constants/server.ts
2021-02-27 22:11:27 +00:00

6 lines
118 B
TypeScript

export enum MediaServerType {
PLEX = 1,
JELLYFIN, //also works for emby (identical APIs, etc)
NOT_CONFIGURED,
}