Last minute fixes
This commit is contained in:
@@ -150,7 +150,7 @@ func (rd *RealDebrid) GetTorrentInfo(id string) (*TorrentInfo, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
rd.log.Debugf("Got info for torrent %s", id)
|
||||
rd.log.Debugf("Got info for torrent %s (progress=%d%%)", id, response.Progress)
|
||||
return &response, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user