namespace ErsatzTV.Infrastructure.Emby.Models;
public class EmbyPathInfosResponse
{
public string Path { get; set; }
public string NetworkPath { get; set; }
}