6 lines
180 B
C#
6 lines
180 B
C#
using ErsatzTV.Core;
|
|
|
|
namespace ErsatzTV.Application.Configuration;
|
|
|
|
public record UpdateLibraryRefreshInterval(int LibraryRefreshInterval) : IRequest<Either<BaseError, Unit>>;
|