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
Requesting details of an anime does not return a description for their episodes anymore.
Do any GET request on the anime details endpoint.
example:
GET /meta/anilist/info/21 -- ONE PIECE
GET /meta/anilist/info/21
sub response:
{"id":"one-piece-episode-1","title":"EP 1","description":"Should have a description.","number":1,"image":"https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx21-tXMN3Y20PIL9.jpg","imageHash":"hash","airDate":null}
{"id":"one-piece-episode-1","title":"EP 1","description":null,"number":1,"image":"https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx21-tXMN3Y20PIL9.jpg","imageHash":"hash","airDate":null}
Something change along the way because this was always supported.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Requesting details of an anime does not return a description for their episodes anymore.
Steps to reproduce
Do any GET request on the anime details endpoint.
example:
GET /meta/anilist/info/21
-- ONE PIECEExpected behavior
sub response:
{"id":"one-piece-episode-1","title":"EP 1","description":"Should have a description.","number":1,"image":"https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx21-tXMN3Y20PIL9.jpg","imageHash":"hash","airDate":null}
Actual behavior
sub response:
{"id":"one-piece-episode-1","title":"EP 1","description":null,"number":1,"image":"https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx21-tXMN3Y20PIL9.jpg","imageHash":"hash","airDate":null}
Additional context
Something change along the way because this was always supported.
The text was updated successfully, but these errors were encountered: