* update changelog * refactor some handlers * refactor skip items instruction * more refactoring
8 lines
207 B
C#
8 lines
207 B
C#
namespace ErsatzTV.Core.Scheduling.YamlScheduling.Models;
|
|
|
|
public class YamlPlayoutContentSearchItem : YamlPlayoutContentItem
|
|
{
|
|
public string Search { get; set; }
|
|
public string Query { get; set; }
|
|
}
|