We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
feframe/backend/src/fetching/letterboxd.rs
Lines 75 to 81 in e408c87
right now the poster_url and release_year fields of the movie struct are assigned temporary values before being replaced. this is gross
poster_url
release_year
Lines 88 to 101 in e408c87
the initial iterator should produce Movies that don't require additional processing
Movie
The text was updated successfully, but these errors were encountered:
No branches or pull requests
feframe/backend/src/fetching/letterboxd.rs
Lines 75 to 81 in e408c87
right now the
poster_url
andrelease_year
fields of the movie struct are assigned temporary values before being replaced. this is grossfeframe/backend/src/fetching/letterboxd.rs
Lines 88 to 101 in e408c87
the initial iterator should produce
Movie
s that don't require additional processingThe text was updated successfully, but these errors were encountered: