This commit is contained in:
Simon Ding
2024-11-15 17:58:24 +08:00
parent d2619120da
commit c4d153f15b
2 changed files with 4 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ func (c *Client) checkBtReourceWithTmdb(r *torznab.Result, seriesId int) bool {
m := metadata.ParseTv(r.Name)
se, err := c.MustTMDB().SearchMedia(m.NameEn, "", 1)
if err != nil {
log.Warnf("tmdb search error, consider this torrent ok: ", err)
log.Warnf("tmdb search error, consider this torrent ok: %v", err)
return true
} else {
if len(se.Results) == 0 {