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 Deduplication Issues, Add Two More Special DB Endpoints #793

Merged
merged 13 commits into from
Jun 18, 2024
Merged

Conversation

beeequeue
Copy link
Owner

@beeequeue beeequeue commented Jun 17, 2024

This fixes the deduplication issue that was reported by @tie by introducing two more of the sources (IMDB, TheMovieDB) to the "special one-to-many relations" club together with TheTVDB.

This will be a breaking change as the v2 endpoints will start rejecting any queries containing these sources.
These will instead be accessible via their own endpoints (/api/v2/imdb, /api/v2/themoviedb).

While this would be a breaking change that should be added to some v3 endpoints, I will not do this as fetching some IDs (anidb=11992) is broken right now, and only fixing it in v3 would mean leaving the broken behavior in v2 which is not acceptable.

closes #789

@beeequeue beeequeue self-assigned this Jun 17, 2024
@beeequeue beeequeue added the bug Something isn't working label Jun 17, 2024
@beeequeue beeequeue merged commit efe51f9 into master Jun 18, 2024
8 checks passed
@beeequeue beeequeue deleted the fix-dupl branch June 18, 2024 00:30
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.

False positive duplicates getting removed from API
1 participant