add custom_title to start_epg_group (#2599)

This commit is contained in:
Jason Dove
2025-11-04 16:08:07 -06:00
committed by GitHub
parent dd38ba19ea
commit 453737a521
8 changed files with 47 additions and 8 deletions
@@ -445,7 +445,7 @@ public class ScriptedScheduleController(IScriptedPlayoutBuilderService scriptedP
return NotFound($"Active build engine not found for build {buildId}.");
}
engine.LockGuideGroup(request.Advance);
engine.LockGuideGroup(request.Advance, request.CustomTitle);
return Ok();
}