remove double close

This commit is contained in:
YouROK
2020-12-24 13:00:11 +03:00
parent fcfa6f43ce
commit 6e8aae3223

View File

@@ -136,7 +136,6 @@ func (t *Torrent) watch() {
case <-t.progressTicker.C:
go t.progressEvent()
case <-t.closed:
t.Close()
return
}
}