Install xmllint
This commit is contained in:
@@ -153,7 +153,7 @@ func (t *TorrentManager) repair(torrent *Torrent) {
|
||||
t.log.Warnf("Torrent %s is not older than %d hours to be repaired by reinsertion, will only redownload broken files...", t.GetKey(torrent), EXPIRED_LINK_TOLERANCE_HOURS)
|
||||
}
|
||||
|
||||
// handle rar'ed torrents
|
||||
// handle torrents with incomplete links for selected files
|
||||
assignedCount := 0
|
||||
rarCount := 0
|
||||
unassignedDownloads := make([]*realdebrid.Download, 0)
|
||||
|
||||
Reference in New Issue
Block a user