Files
ersatztv/ErsatzTV.Application/Playouts/Queries/GetBlockPlayoutHistory.cs
T
Jason DoveandGitHub c03f81a465 add block playout troubleshooting tool (#2512)
* 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
2025-10-10 20:50:01 -05:00

5 lines
180 B
C#

namespace ErsatzTV.Application.Playouts;
public record GetBlockPlayoutHistory(int PlayoutId, int BlockId, int PageNum, int PageSize)
: IRequest<PagedPlayoutHistoryViewModel>;