Fix the fixer
This commit is contained in:
@@ -383,7 +383,7 @@ func (t *TorrentManager) redownloadTorrent(torrent *Torrent, selection string) (
|
||||
return nil, fmt.Errorf("it did not fix the issue for %s (id=%s), only got %d files but we need %d, undoing", t.GetKey(torrent), info.ID, len(info.Links), selectionCount)
|
||||
}
|
||||
|
||||
// looks like it's fixed even if it's not done yet
|
||||
t.log.Infof("Redownloading torrent %s successful (progress=%d)", t.GetKey(torrent), info.Progress)
|
||||
for _, id := range oldTorrentIDs {
|
||||
t.fixerAddCommand(id, "replaced")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user