diff --git a/renderer/index.js b/renderer/index.js index 24541a5b..cd588594 100644 --- a/renderer/index.js +++ b/renderer/index.js @@ -642,7 +642,7 @@ function torrentDone (torrentKey, torrentInfo) { if (!state.window.isFocused) { state.dock.badge += 1 } - showDoneNotification(torrentKey) + showDoneNotification(torrentSummary) } update()