mirror of https://github.com/ErsatzTV/ErsatzTV.git
8 changed files with 78 additions and 11 deletions
@ -1,6 +0,0 @@
@@ -1,6 +0,0 @@
|
||||
namespace ErsatzTV.Core.Scheduling.TemplateScheduling; |
||||
|
||||
public class PlayoutTemplateContent |
||||
{ |
||||
|
||||
} |
||||
@ -0,0 +1,7 @@
@@ -0,0 +1,7 @@
|
||||
namespace ErsatzTV.Core.Scheduling.TemplateScheduling; |
||||
|
||||
public class PlayoutTemplateContentGuid |
||||
{ |
||||
public string Source { get; set; } |
||||
public string Value { get; set; } |
||||
} |
||||
@ -0,0 +1,7 @@
@@ -0,0 +1,7 @@
|
||||
namespace ErsatzTV.Core.Scheduling.TemplateScheduling; |
||||
|
||||
public class PlayoutTemplateContentShowItem : PlayoutTemplateContentItem |
||||
{ |
||||
public string Show { get; set; } |
||||
public List<PlayoutTemplateContentGuid> Guids { get; set; } = []; |
||||
} |
||||
Loading…
Reference in new issue