add option to stop scheduling before or after block duration end (#1563)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using ErsatzTV.Core.Domain.Scheduling;
|
||||
|
||||
namespace ErsatzTV.Application.Scheduling;
|
||||
|
||||
public record BlockViewModel(int Id, string Name, int Minutes);
|
||||
public record BlockViewModel(int Id, string Name, int Minutes, BlockStopScheduling StopScheduling);
|
||||
|
||||
Reference in New Issue
Block a user