mirror of
https://github.com/seerr-team/seerr.git
synced 2026-04-20 15:28:14 -04: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,
|
|
}
|