mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
7 lines
82 B
TypeScript
7 lines
82 B
TypeScript
export enum MediaServerType {
|
|
PLEX = 1,
|
|
JELLYFIN,
|
|
EMBY,
|
|
NOT_CONFIGURED,
|
|
}
|