Group all unplayable torrents in a separate directory
This commit is contained in:
@@ -40,7 +40,7 @@ func (t *TorrentManager) Repair(torrent *Torrent) {
|
||||
torrent.DownloadedIDs.Each(func(id string) bool {
|
||||
infoCache.Set(id, torrent)
|
||||
t.writeTorrentToFile(id, torrent)
|
||||
return true
|
||||
return false
|
||||
})
|
||||
_ = t.repairWorker.Submit(func() {
|
||||
t.log.Infof("Repairing torrent %s", torrent.AccessKey)
|
||||
|
||||
Reference in New Issue
Block a user