add xmltv block behavior setting (#2336)
* replace playout externaljsonfile and templatefile with schedulefile * add scripted schedule-based playout * wip - not functional yet * temp disable scripted playout creation * allow fast-forwarding block playouts * add xmltv block behavior setting
This commit is contained in:
@@ -30,7 +30,7 @@ public class ChannelController(ChannelWriter<IBackgroundServiceRequest> workerCh
|
||||
return new NotFoundResult();
|
||||
}
|
||||
|
||||
// for debugging by fast-forwarding a YAML playout
|
||||
// for debugging by fast-forwarding a playout
|
||||
// [HttpPost("/api/channels/{channelNumber}/playout/continue")]
|
||||
// public async Task<IActionResult> ContinuePlayout(string channelNumber)
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user