rename yaml playout to sequential schedule (#2335)
* clarify some schedule and playout terms * more renaming
This commit is contained in:
@@ -58,7 +58,7 @@ public class ExternalJsonPlayoutItemProvider : IExternalJsonPlayoutItemProvider
|
||||
foreach (Playout playout in maybePlayout)
|
||||
{
|
||||
// playout must be external json
|
||||
if (playout.ProgramSchedulePlayoutType == ProgramSchedulePlayoutType.ExternalJson)
|
||||
if (playout.ScheduleKind == PlayoutScheduleKind.ExternalJson)
|
||||
{
|
||||
// json file must exist
|
||||
if (_localFileSystem.FileExists(playout.ExternalJsonFile))
|
||||
|
||||
Reference in New Issue
Block a user