Skip to content

Commit e2a66a8

Browse files
authored
Merge pull request #1 from joeknex/master
Fixed 'Activate Playback' and 'Go on Playback'
2 parents aeb4841 + 231775a commit e2a66a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,12 +265,12 @@ instance.prototype.action = function(action) {
265265
break;
266266

267267
case 'pbGo':
268-
cmd = opt.pageId + 'G';
268+
cmd = opt.pbId + 'G';
269269
debug(cmd);
270270
break;
271271

272272
case 'pbActivate':
273-
cmd = opt.pageId + 'A';
273+
cmd = opt.pbId + 'A';
274274
debug(cmd);
275275
break;
276276

0 commit comments

Comments
 (0)