Skip to content

Commit

Permalink
Use 'active' cue command for 'Running Cue option'
Browse files Browse the repository at this point in the history
  • Loading branch information
istnv committed Aug 19, 2024
1 parent e0894d8 commit f5e47c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ export function compileActionDefinitions(self) {
case 'R':
let rc = self.runningCue
cmd = self.runningCue.isPaused ? 'resume' : 'pause'
pfx = `/cue_id/${rc.uniqueID}/`
pfx = `/cue/active/`
break
case 'N':
let qnum = await context.parseVariablesInString(opt.q_num.trim())
Expand Down

0 comments on commit f5e47c3

Please sign in to comment.