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.
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 inv3
would mean leaving the broken behavior inv2
which is not acceptable.closes #789