Files
ersatztv/ErsatzTV.Core/Scheduling/YamlScheduling/Models/YamlPlayoutContentGuid.cs
T
Jason DoveandGitHub e4e4f68eb4 refactor yaml playout builder (#1820)
* update changelog

* refactor some handlers

* refactor skip items instruction

* more refactoring
2024-07-27 10:33:21 -05:00

8 lines
176 B
C#

namespace ErsatzTV.Core.Scheduling.YamlScheduling.Models;
public class YamlPlayoutContentGuid
{
public string Source { get; set; }
public string Value { get; set; }
}