Change defaults

This commit is contained in:
Ben Sarmiento
2024-01-27 16:47:05 +01:00
parent b44f2a4b63
commit 1913498cbe
2 changed files with 7 additions and 5 deletions

View File

@@ -106,6 +106,8 @@ func (t *TorrentManager) repairAll(torrent *Torrent) {
})
if hasBrokenFiles {
info.BrokenLinks = torrent.BrokenLinks
} else {
info.BrokenLinks = mapset.NewSet[string]()
}
})
}