mirror of
https://github.com/BreizhHardware/jellyseerr.git
synced 2026-03-18 21:50:40 +01:00
7 lines
82 B
TypeScript
7 lines
82 B
TypeScript
export enum MediaServerType {
|
|
PLEX = 1,
|
|
JELLYFIN,
|
|
EMBY,
|
|
NOT_CONFIGURED,
|
|
}
|