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(video): Align data model with Pixabay's new API #125

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

azrael8576
Copy link
Owner

Thank you for opening a Pull Request!
Before submitting your PR, please make sure you:

  • Include a PR description which states what you've done and why
  • Open a GitHub issue as a bug/feature request before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass (./gradlew --init-script gradle/init.gradle.kts spotlessApply to automatically apply formatting)
  • Update any relevant documentation

Are you a first-time contributor?

  • Ensure you've read and understood the contributing guidelines
  • Familiarize yourself with the project structure and the codebase

Fixes #122 🦕

…field, remove 'picture_id' (fixed #122)

Adjusted the video module's data model to match Pixabay's updated API response. Removed the outdated 'picture_id' field and added 'thumbnail' fields to prevent errors and ensure smooth operation.
@azrael8576 azrael8576 added the bug Something isn't working label Apr 17, 2024
@azrael8576 azrael8576 self-assigned this Apr 17, 2024
@azrael8576 azrael8576 merged commit c7e7c51 into main Apr 17, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Unexpected API Change in Pixabay Causes Video Module Failure
1 participant