* add template playout kind * add template scheduler count * implement pad to next * only allow resetting template playouts * update changelog
8 lines
212 B
C#
8 lines
212 B
C#
namespace ErsatzTV.Core.Scheduling.TemplateScheduling;
|
|
|
|
public class PlayoutTemplateContentSearchItem : PlayoutTemplateContentItem
|
|
{
|
|
public string Search { get; set; }
|
|
public string Query { get; set; }
|
|
}
|