Fixed resuming when downloading finishes.
This commit is contained in:
parent
043f81996e
commit
99f4fc96bf
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ function setupIpc () {
|
|||
ipcRenderer.on('wt-infohash', (e, ...args) => tc.torrentInfoHash(...args))
|
||||
ipcRenderer.on('wt-metadata', (e, ...args) => tc.torrentMetadata(...args))
|
||||
ipcRenderer.on('wt-done', (e, ...args) => tc.torrentDone(...args))
|
||||
ipcRenderer.on('wt-done', () => controllers.torrentList.resumePausedTorrents())
|
||||
ipcRenderer.on('wt-done', () => controllers.torrentList().resumePausedTorrents())
|
||||
ipcRenderer.on('wt-warning', (e, ...args) => tc.torrentWarning(...args))
|
||||
ipcRenderer.on('wt-error', (e, ...args) => tc.torrentError(...args))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue