Skip to content

Commit

Permalink
fix: typo - don´t revert dispatch label from level: to label:
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Jan 23, 2020
1 parent 443325f commit 974bec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utils/mixerConnections/OscMixerConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export class OscMixerConnection {
store.dispatch({
type: SET_CHANNEL_LABEL,
channel: state.channels[0].channel[ch - 1].assignedFader,
level: message.args[0]
label: message.args[0]
});
global.mainThreadHandler.updatePartialStore(state.channels[0].channel[ch - 1].assignedFader)
} else if (this.checkOscCommand(message.address, this.mixerProtocol.channelTypes[0].fromMixer
Expand Down

0 comments on commit 974bec2

Please sign in to comment.