Fix torrent name missing in done notification

Fix #305
This commit is contained in:
Feross Aboukhadijeh
2016-04-05 18:26:27 -07:00
parent 32e391e21e
commit 11f78b2881

View File

@@ -642,7 +642,7 @@ function torrentDone (torrentKey, torrentInfo) {
if (!state.window.isFocused) {
state.dock.badge += 1
}
showDoneNotification(torrentKey)
showDoneNotification(torrentSummary)
}
update()