You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request to characters from anime returns questionmark_23.gif images for characters, which is just a placeholder image. These placeholder images are apparently still being parsed and returned. It would make more sense to return null instead, as there is no image for this character.
The same seems for other categories as well, like voice actors, shows, users, companies, etc.
Problem
Request to characters from anime returns
questionmark_23.gif
images for characters, which is just a placeholder image. These placeholder images are apparently still being parsed and returned. It would make more sense to returnnull
instead, as there is no image for this character.The same seems for other categories as well, like voice actors, shows, users, companies, etc.
Reproduction
Example 47917
Expectation
Possibly the parser should check specifically for a list of image placeholders, like questionmark_23.gif (character & voice actor search), questionmark_50.gif (user search), qm_50.gif (anime search), placeholder.png (company search), na.gif (club search), etc. and return
null
if so.Version
v3.3.2
The text was updated successfully, but these errors were encountered: