* add blocks, block groups * basic block and block item editing * add template groups and basic template editing (name) * add blocks to template calendar * edit playout templates * add calendar preview to playout templates * add basic block playout building * add mysql migration * update changelog
8 lines
153 B
C#
8 lines
153 B
C#
namespace ErsatzTV;
|
|
|
|
public static class PlayoutKind
|
|
{
|
|
public const string ExternalJson = "externaljson";
|
|
public const string Block = "block";
|
|
}
|