export enum MediaServerType { PLEX = 1, JELLYFIN, //also works for emby (identical APIs, etc) NOT_CONFIGURED, }