* split settings into multiple pages * show health check badge in nav menu * undo transcoding test changes
4 lines
121 B
C#
4 lines
121 B
C#
namespace ErsatzTV.Application.Configuration;
|
|
|
|
public record GetLoggingSettings : IRequest<LoggingSettingsViewModel>;
|