4 lines
107 B
C#
4 lines
107 B
C#
namespace ErsatzTV.Application.Configuration;
|
|
|
|
public record GetLibraryRefreshInterval : IRequest<int>;
|