Skip to content

Conversation

@gauravramachandra
Copy link

Fix Movie Deduplication Issue

Problem

Movies were appearing multiple times in the discover results due to TMDB API pagination inconsistencies.

Solution

  • Added deduplication logic in the Redux discover slice
  • Filters out movies with existing IDs before adding to state
  • Maintains performance with Set-based lookup

Files Changed

  • src/store/slices/discover.ts - Added deduplication logic
  • README.md - Updated troubleshooting documentation

gauravramachandra and others added 3 commits July 25, 2025 15:11
created jenkins file in git repo for pipeline execution through github
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.

1 participant