client.go | 1 + diff --git a/client.go b/client.go index 7d0823674d2d6bfa6315a76f99a0b656cef46bc2..22265735a54b2bd116222f5a1930c89e634c7d78 100644 --- a/client.go +++ b/client.go @@ -983,6 +983,7 @@ if err != nil { panic(err) } delete(me.torrents, infoHash) + me.downloadStrategy.TorrentStopped(t) return }