namespace ErsatzTV.Infrastructure.Plex.Models;
public class PlexLocationResponse
{
public int Id { get; set; }
public string Path { get; set; }
}