Skip to content

Commit

Permalink
fix hf-mirror api param
Browse files Browse the repository at this point in the history
  • Loading branch information
snake.lin committed Oct 19, 2024
1 parent 05acfbb commit cfd1703
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public HFMirrorService(IHttpClientFactory httpClientFactory)
{
param = $"p={index}&";
}
param += "sort=trending";
param += "sort=trending&withCount=true";
if (!string.IsNullOrWhiteSpace(query))
{
param += $"&search={query}";
Expand Down

0 comments on commit cfd1703

Please sign in to comment.