@ -24,8 +24,8 @@ public class InsertPlayoutGapsHandler(IDbContextFactory<TvContext> dbContextFact
@@ -24,8 +24,8 @@ public class InsertPlayoutGapsHandler(IDbContextFactory<TvContext> dbContextFact
PlayoutItemone=queue.Dequeue();
PlayoutItemtwo=queue.Peek();
DateTimeOffsetstart=one.FinishOffset;
DateTimeOffsetfinish=two.StartOffset;
DateTimestart=one.Finish;
DateTimefinish=two.Start;
if(start==finish)
{
@ -35,8 +35,8 @@ public class InsertPlayoutGapsHandler(IDbContextFactory<TvContext> dbContextFact
@@ -35,8 +35,8 @@ public class InsertPlayoutGapsHandler(IDbContextFactory<TvContext> dbContextFact