* rename yaml validation to sequential schedule validation * some better exception handling * add block playout troubleshooting page * add paged block playout history * add history details * update changelog
4 lines
161 B
C#
4 lines
161 B
C#
namespace ErsatzTV.Application.Playouts;
|
|
|
|
public record PlayoutHistoryViewModel(int Id, DateTimeOffset When, DateTimeOffset Finish, string Key, string Details);
|