mirror of
https://github.com/seerr-team/seerr.git
synced 2026-01-03 21:19:06 -05:00
7 lines
82 B
TypeScript
7 lines
82 B
TypeScript
export enum MediaServerType {
|
|
PLEX = 1,
|
|
JELLYFIN,
|
|
EMBY,
|
|
NOT_CONFIGURED,
|
|
}
|