Skip to content

Commit

Permalink
Merge pull request #80 from istnv/bug/solo_level
Browse files Browse the repository at this point in the history
Final ;) fix for solo level
  • Loading branch information
istnv authored Jul 6, 2023
2 parents ae24e24 + 7e75b9e commit 41d2929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSoloDefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export function buildSoloDefs(self) {
soloActions[aId].callback = async (action, context) => {
const opt = action.options
let strip = '/config/solo/level'
let fVal = fadeTo(action.actionId, strip, opt, self)
let fVal = await fadeTo(action.actionId, strip, opt, self)
if (fVal >= 0) {
let arg = {
type: 'f',
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": "behringer-xair",
"version": "2.2.1",
"version": "2.2.2",
"type": "module",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 41d2929

Please sign in to comment.