diff --git a/ErsatzTV.Core/Domain/PlayoutItem.cs b/ErsatzTV.Core/Domain/PlayoutItem.cs index bcd62fc79..318c15d88 100644 --- a/ErsatzTV.Core/Domain/PlayoutItem.cs +++ b/ErsatzTV.Core/Domain/PlayoutItem.cs @@ -84,7 +84,8 @@ public class PlayoutItem CollectionKey = CollectionKey, CollectionEtag = CollectionEtag, PlayoutItemWatermarks = watermarksCopy, - PlayoutItemGraphicsElements = graphicsElementsCopy + PlayoutItemGraphicsElements = graphicsElementsCopy, + SchedulingContext = SchedulingContext }; } @@ -130,7 +131,8 @@ public class PlayoutItem CollectionKey = CollectionKey, CollectionEtag = CollectionEtag, PlayoutItemWatermarks = watermarksCopy, - PlayoutItemGraphicsElements = graphicsElementsCopy + PlayoutItemGraphicsElements = graphicsElementsCopy, + SchedulingContext = SchedulingContext }; }