Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix torrent-csv search #218

Merged
merged 2 commits into from
Jul 29, 2024
Merged

Conversation

Evanfeenstra
Copy link
Contributor

torrent csv api response is now a map with a torrents field

Copy link
Owner

@rnestler rnestler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tests need fixing. Probably re-generating the test data in src/search_providers/test_data/ should be enough.

Comment on lines +19 to +20
pub torrents: Vec<Entry>,
pub next: u64,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess the next field is for pagination? I guess it's OK to just return the first page of results.

@rnestler rnestler merged commit 5fb50e6 into rnestler:master Jul 29, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants