4 lines
128 B
C#
4 lines
128 B
C#
namespace ErsatzTV.Application.Emby;
|
|
|
|
public record EmbyPathReplacementViewModel(int Id, string EmbyPath, string LocalPath);
|