mirror of https://github.com/ErsatzTV/ErsatzTV.git
4 changed files with 5 additions and 1 deletions
@ -1,3 +1,3 @@ |
|||||||
namespace ErsatzTV.Application.Playouts; |
namespace ErsatzTV.Application.Playouts; |
||||||
|
|
||||||
public record PlayoutItemViewModel(string Title, DateTimeOffset Start, string Duration); |
public record PlayoutItemViewModel(string Title, DateTimeOffset Start, DateTimeOffset Finish, string Duration); |
||||||
|
|||||||
Loading…
Reference in new issue