chore: buildin downloader updates

This commit is contained in:
Simon Ding
2025-03-31 16:08:13 +08:00
parent eb2450e92b
commit e680866d54
2 changed files with 42 additions and 8 deletions

View File

@@ -122,7 +122,7 @@ func (c *Engine) DownloadMovie(m *ent.Media, r1 torznab.Result) (*string, error)
func (c *Engine) downloadTorrent(m *ent.Media, r1 torznab.Result, seasonNum int, episodeNums ...int) (*string, error) {
trc, dlc, err := c.GetDownloadClient()
if err != nil {
return nil, errors.Wrap(err, "connect transmission")
return nil, errors.Wrap(err, "get download client")
}
//check space available