* 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
6 lines
214 B
C#
6 lines
214 B
C#
using ErsatzTV.Application.Playouts;
|
|
|
|
namespace ErsatzTV.Application.Troubleshooting.Queries;
|
|
|
|
public record DecodePlayoutHistory(PlayoutHistoryViewModel PlayoutHistory) : IRequest<PlayoutHistoryDetailsViewModel>;
|