diff --git a/src/renderer/store/modules/list.js b/src/renderer/store/modules/list.js index 5507e442..389f2cbd 100644 --- a/src/renderer/store/modules/list.js +++ b/src/renderer/store/modules/list.js @@ -189,7 +189,7 @@ const mutations = { break } } - window.eventHub.emit(eventListNames.listChange, [fromId, toList]) + window.eventHub.emit(eventListNames.listChange, [fromId, toId]) }, listAddMultiple(state, { id, list, addMusicLocationType, isSync }) { if (!addMusicLocationType) addMusicLocationType = this.state.setting.list.addMusicLocationType