Use night mode for http mount, reduce got torrents log
This commit is contained in:
@@ -65,7 +65,9 @@ func (rd *RealDebrid) GetTorrents(onlyOne bool) ([]Torrent, int, error) {
|
||||
}
|
||||
torrentPages[result.page-1] = result.torrents
|
||||
totalFetched += len(result.torrents)
|
||||
rd.log.Debugf("Got %d/%d torrents", totalFetched, result.total)
|
||||
if i%4 == 0 || i == maxPages {
|
||||
rd.log.Debugf("Got %d/%d torrents", totalFetched, result.total)
|
||||
}
|
||||
}
|
||||
allTorrents := firstPage.torrents
|
||||
for _, page := range torrentPages {
|
||||
|
||||
Reference in New Issue
Block a user