mirror of https://github.com/ErsatzTV/ErsatzTV.git
5 changed files with 45 additions and 14 deletions
@ -0,0 +1,9 @@ |
|||||||
|
using YamlDotNet.Serialization; |
||||||
|
|
||||||
|
namespace ErsatzTV.Core.Scheduling.YamlScheduling.Models; |
||||||
|
|
||||||
|
public class YamlPlayoutEpgGroupInstruction : YamlPlayoutInstruction |
||||||
|
{ |
||||||
|
[YamlMember(Alias = "epg_group", ApplyNamingConventions = false)] |
||||||
|
public bool EpgGroup { get; set; } |
||||||
|
} |
@ -1,9 +0,0 @@ |
|||||||
using YamlDotNet.Serialization; |
|
||||||
|
|
||||||
namespace ErsatzTV.Core.Scheduling.YamlScheduling.Models; |
|
||||||
|
|
||||||
public class YamlPlayoutNewEpgGroupInstruction : YamlPlayoutInstruction |
|
||||||
{ |
|
||||||
[YamlMember(Alias = "new_epg_group", ApplyNamingConventions = false)] |
|
||||||
public string NewEpgGroup { get; set; } |
|
||||||
} |
|
Loading…
Reference in new issue