export interface MediaServerStatus { id: string; ip: string; online: boolean; }