Much more stringent check
This commit is contained in:
@@ -32,7 +32,7 @@ func (t *TorrentManager) RefreshTorrents() []string {
|
||||
torrent, _ := t.onlyForRepair.Get(instances[idx].ID)
|
||||
brokenFiles := getBrokenFiles(torrent)
|
||||
info, err := t.redownloadTorrent(torrent, "")
|
||||
if err == nil && info.Progress == 100 && !t.isStillBroken(info, brokenFiles) {
|
||||
if err == nil && info.IsDone() && !t.isStillBroken(info, brokenFiles) {
|
||||
t.Api.DeleteTorrent(instances[idx].ID)
|
||||
t.onlyForRepair.Remove(instances[idx].ID)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user