Merge pull request #776 from feross/dc/missing-path

Check for missing download path
This commit is contained in:
Feross Aboukhadijeh
2016-08-15 01:10:05 +02:00
committed by GitHub
8 changed files with 145 additions and 46 deletions

View File

@@ -188,7 +188,7 @@ module.exports = class PlaybackController {
}, 10000) /* give it a few seconds */
if (torrentSummary.status === 'paused') {
dispatch('startTorrentingSummary', torrentSummary)
dispatch('startTorrentingSummary', torrentSummary.torrentKey)
ipcRenderer.once('wt-ready-' + torrentSummary.infoHash,
() => this.openPlayerFromActiveTorrent(torrentSummary, index, timeout, cb))
} else {