namespace ErsatzTV.Infrastructure.Emby.Models;
public class EmbyChapterResponse
{
public long StartPositionTicks { get; set; }
public string Name { get; set; }
}