* split settings into multiple pages * show health check badge in nav menu * undo transcoding test changes
6 lines
187 B
C#
6 lines
187 B
C#
using ErsatzTV.Core;
|
|
|
|
namespace ErsatzTV.Application.Configuration;
|
|
|
|
public record UpdateLoggingSettings(LoggingSettingsViewModel LoggingSettings) : IRequest<Either<BaseError, Unit>>;
|