maintain collection progress across alternate schedules (#1211)

This commit is contained in:
Jason Dove
2023-03-15 20:34:25 -05:00
committed by GitHub
parent b2f7bcaf1e
commit 7e0801119e
7 changed files with 4469 additions and 26 deletions
@@ -2078,8 +2078,7 @@ public class PlayoutBuilderTests
Index = 1,
Seed = 12345
},
Playout = playout,
ProgramSchedule = playout.ProgramSchedule
Playout = playout
});
var configRepo = new Mock<IConfigElementRepository>();
@@ -2242,8 +2241,6 @@ public class PlayoutBuilderTests
MediaItemId = headAnchor.MediaItemId,
MultiCollection = headAnchor.MultiCollection,
MultiCollectionId = headAnchor.MultiCollectionId,
ProgramSchedule = headAnchor.ProgramSchedule,
ProgramScheduleId = headAnchor.ProgramScheduleId,
SmartCollection = headAnchor.SmartCollection,
SmartCollectionId = headAnchor.SmartCollectionId
});