feat: migrate legacy playout workflow and scenes
This commit is contained in:
@@ -550,6 +550,11 @@ public sealed class IsolatedTestCommandTests : IDisposable
|
||||
CancellationToken cancellationToken = default) =>
|
||||
Result(PlayoutOperation.Next, "Next");
|
||||
|
||||
public Task<PlayoutResult> UpdateOnAirAsync(
|
||||
PlayoutCue cue,
|
||||
CancellationToken cancellationToken = default) =>
|
||||
Result(PlayoutOperation.UpdateOnAir, "UpdateOnAir");
|
||||
|
||||
public Task<PlayoutResult> TakeOutAsync(
|
||||
PlayoutTakeOutScope scope,
|
||||
CancellationToken cancellationToken = default) =>
|
||||
|
||||
Reference in New Issue
Block a user