* 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
6 lines
141 B
C#
6 lines
141 B
C#
using ErsatzTV.Application.Tree;
|
|
|
|
namespace ErsatzTV.Application.MediaCollections;
|
|
|
|
public record GetPlaylistTree : IRequest<TreeViewModel>;
|