Skip to content

Commit

Permalink
fix: re-add programInput
Browse files Browse the repository at this point in the history
  • Loading branch information
eol-account committed May 21, 2020
1 parent 9fc13f1 commit b4a644f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types/src/atem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ export interface TimelineObjAtemME extends TimelineObjAtemBase {
input?: number,
transition?: AtemTransitionStyle,

// programInput?: number; // programInput exists, bu I don't think we should use it /Nyman
/** Cut directly to program */
programInput?: number;
previewInput?: number;
inTransition?: boolean;
transitionPreview?: boolean;
Expand Down

0 comments on commit b4a644f

Please sign in to comment.