mirror of
https://github.com/sct/overseerr.git
synced 2025-12-26 16:27:17 +01:00
7 lines
82 B
TypeScript
7 lines
82 B
TypeScript
export enum MediaServerType {
|
|
PLEX = 1,
|
|
JELLYFIN,
|
|
EMBY,
|
|
NOT_CONFIGURED,
|
|
}
|