Skip to content

Commit

Permalink
fix: /state/full should include showFader status
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Nov 20, 2019
1 parent 83ebb26 commit c0be854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/AutomationConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ export class AutomationConnection {
this.automationProtocol.toAutomation.STATE_FULL,
0,
JSON.stringify({
channel: this.store.faders[0].fader.map(({ faderLevel, pgmOn, pstOn }: IFader) => ({
faderLevel, pgmOn, pstOn
channel: this.store.faders[0].fader.map(({ faderLevel, pgmOn, pstOn, showChannel }: IFader) => ({
faderLevel, pgmOn, pstOn, showChannel
}))
}),
"s",
Expand Down

0 comments on commit c0be854

Please sign in to comment.