* update dependencies * add channel progress mode * implement on demand channel progress * update changelog
5 lines
146 B
C#
5 lines
146 B
C#
namespace ErsatzTV.Application.Playouts;
|
|
|
|
public record UpdateOnDemandCheckpoint(string ChannelNumber, DateTimeOffset Checkpoint)
|
|
: IRequest;
|