export enum MediaServerType { PLEX = 1, JELLYFIN, EMBY, NOT_CONFIGURED, } export enum ServerType { JELLYFIN = 'Jellyfin', EMBY = 'Emby', }