namespace ErsatzTV.Infrastructure.Emby.Models;
public class EmbyLibraryOptionsResponse
{
public List<EmbyPathInfosResponse> PathInfos { get; set; }
}