* update changelog * refactor some handlers * refactor skip items instruction * more refactoring
8 lines
176 B
C#
8 lines
176 B
C#
namespace ErsatzTV.Core.Scheduling.YamlScheduling.Models;
|
|
|
|
public class YamlPlayoutContentGuid
|
|
{
|
|
public string Source { get; set; }
|
|
public string Value { get; set; }
|
|
}
|