using ErsatzTV.Core; namespace ErsatzTV.Application.Jellyfin; public record UpdateJellyfinPathReplacements( int JellyfinMediaSourceId, List PathReplacements) : IRequest>; public record JellyfinPathReplacementItem(int Id, string JellyfinPath, string LocalPath);