namespace ErsatzTV.Application.MediaItems;
public record MediaItemInfoChapter(string Title, TimeSpan StartTime, TimeSpan EndTime);