Dump torrents job
This commit is contained in:
@@ -362,7 +362,7 @@ func (rd *RealDebrid) GetDownloads() []Download {
|
||||
return nil
|
||||
}
|
||||
|
||||
const maxItems = 50000
|
||||
maxItems := rd.cfg.GetDownloadsLimit()
|
||||
|
||||
// reset allDownloads
|
||||
allDownloads := []Download{}
|
||||
|
||||
Reference in New Issue
Block a user