using ErsatzTV.Core; namespace ErsatzTV.Application.Emby; public record UpdateEmbyPathReplacements( int EmbyMediaSourceId, List PathReplacements) : IRequest>; public record EmbyPathReplacementItem(int Id, string EmbyPath, string LocalPath);