Skip to content

Commit

Permalink
Update transportInfo on select action
Browse files Browse the repository at this point in the history
  • Loading branch information
sphlabs committed Apr 5, 2021
1 parent d44ad38 commit 9c97afd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -787,8 +787,9 @@ class instance extends instance_skel {
}
break
case 'select':
this.transportInfo = await this.hyperDeck.sendCommand(new Commands.TransportInfoCommand());
// select will update internal cliplist so we should fetch those
this.updateClips()
this.updateClips(this.transportInfo.slotId)
break
}
this.checkFeedbacks()
Expand Down

0 comments on commit 9c97afd

Please sign in to comment.