fix: sửa copilot không gửi AI provider
This commit is contained in:
@@ -61,6 +61,7 @@ const DAWCommandDispatcher = (function() {
|
||||
register('SCAN_TRACK', (args) => api.scanTrack(args));
|
||||
register('CUT_AUDIO', (args) => api.cutAudio(args));
|
||||
register('SET_SELECTION', (args) => api.setSelection(args));
|
||||
register('EXPORT_AUDIO', (args) => api.exportAudio(args));
|
||||
register('SET_BPM', (args) => api.setBpm(args));
|
||||
register('SET_PLAYHEAD', (args) => api.setPlayhead(args));
|
||||
register('SELECT_ITEM', (args) => api.selectItem(args));
|
||||
|
||||
Reference in New Issue
Block a user