fix: deps

This commit is contained in:
Simon Ding
2025-06-30 18:29:51 +08:00
parent 33b5f35bd2
commit 9e00e69941
4 changed files with 31 additions and 7 deletions

View File

@@ -125,7 +125,7 @@ func (c *Client) SearchMedia(query string, lang string, page int) (*SearchResult
}
searchResult := &SearchResult{
Page: res.Page,
Page: int(res.Page),
TotalResults: res.TotalResults,
TotalPages: res.TotalPages,
}