* update changelog * refactor some handlers * refactor skip items instruction * more refactoring
7 lines
164 B
C#
7 lines
164 B
C#
namespace ErsatzTV.Core.Scheduling.YamlScheduling.Models;
|
|
|
|
public class YamlPlayoutCountInstruction : YamlPlayoutInstruction
|
|
{
|
|
public int Count { get; set; }
|
|
}
|