* update dependencies * add channel progress mode * implement on demand channel progress * update changelog
7 lines
219 B
C#
7 lines
219 B
C#
using ErsatzTV.Core;
|
|
|
|
namespace ErsatzTV.Application.Playouts;
|
|
|
|
public record TimeShiftOnDemandPlayout(string ChannelNumber, DateTimeOffset Now, bool Force)
|
|
: IRequest<Option<BaseError>>, IBackgroundServiceRequest;
|