* 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
100 B
C#
4 lines
100 B
C#
namespace ErsatzTV.Application.Tree;
|
|
|
|
public record TreeViewModel(List<TreeGroupViewModel> Groups);
|