Change defaults
This commit is contained in:
@@ -106,6 +106,8 @@ func (t *TorrentManager) repairAll(torrent *Torrent) {
|
||||
})
|
||||
if hasBrokenFiles {
|
||||
info.BrokenLinks = torrent.BrokenLinks
|
||||
} else {
|
||||
info.BrokenLinks = mapset.NewSet[string]()
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user