Signal fix

This commit is contained in:
adrienmalin
2019-01-02 13:40:01 +01:00
parent 17a4804f1a
commit 63e99f4ef3
6 changed files with 24 additions and 19 deletions

View File

@ -421,4 +421,4 @@ func unmute_channels(channels):
for channel_id in channels:
channel_mute[channel_id] = false
for note in muted_events[channel_id]:
_process_track_event_note_on(channel_status[channel_id], muted_events[channel_id][note]))
_process_track_event_note_on(channel_status[channel_id], muted_events[channel_id][note])