* update block group editor * update playlist group editor * update template group editor * update deco group editor * update deco template group editor * update deco editor * update logs layout * update changelog
4 lines
117 B
C#
4 lines
117 B
C#
namespace ErsatzTV.Application.Scheduling;
|
|
|
|
public record BlockTreeBlockViewModel(int Id, string Name, int Minutes);
|