Fix downloads progress logging
This commit is contained in:
@@ -357,6 +357,6 @@ func (rd *RealDebrid) GetDownloads(page, offset int) ([]Download, int, error) {
|
||||
totalCount = 0
|
||||
}
|
||||
|
||||
rd.log.Debugf("Got %d downloads (page %d), total count is %d", len(allDownloads), page, totalCount)
|
||||
rd.log.Debugf("Got %d downloads (page %d), total count is %d", len(allDownloads)+offset, page, totalCount)
|
||||
return allDownloads, totalCount, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user