Skip to content

Commit

Permalink
Merge pull request #138 from istnv/feat/pauseresume
Browse files Browse the repository at this point in the history
Use 'active' cue list for global pause/resume
  • Loading branch information
istnv authored Aug 19, 2024
2 parents 31dd276 + c38d8ed commit 35d252d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "figure53-qlab-advance",
"version": "2.8.0",
"version": "2.8.1",
"main": "qlabfb.js",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 35d252d

Please sign in to comment.