Skip to content

Commit

Permalink
fix: Queued camera after full graphic
Browse files Browse the repository at this point in the history
  • Loading branch information
eol-account committed Jun 8, 2021
1 parent 8486aa9 commit c629cc3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/tv2-common/helpers/graphics/pilot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,10 @@ export function CreateFullDataStore(
): IBlueprintPiece {
const content = CreateFullContent(config, context, settings, parsedCue, engine, adlib)
content.timelineObjects = content.timelineObjects.filter(
o => o.content.deviceType !== TSR.DeviceType.ATEM && o.content.deviceType !== TSR.DeviceType.SISYFOS
o =>
o.content.deviceType !== TSR.DeviceType.ATEM &&
o.content.deviceType !== TSR.DeviceType.SISYFOS &&
o.content.deviceType !== TSR.DeviceType.VIZMSE
)
return literal<IBlueprintPiece>({
externalId: partId,
Expand Down

0 comments on commit c629cc3

Please sign in to comment.