namespace ErsatzTV.Application.Plex
{
public record PlexPathReplacementViewModel(int Id, string PlexPath, string LocalPath);
}