mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 04:39:14 -05:00
6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
export enum MediaServerType {
|
|
PLEX = 1,
|
|
JELLYFIN, //also works for emby (identical APIs, etc)
|
|
NOT_CONFIGURED,
|
|
}
|