I'm using an Android app for tracking TV series, and it uses FanArt.tv's API to display show logos.
There is a weird case where the logo displayed in the app, is of another movie (not even a TV series).
The series is 'Code Black', ID 295780 (Link to the FanArt page)
As you can see there is one image under 'HD CLEARLOGO', been there for a year now - that's okay.
The problem is when that app is requesting data from the API, as you can see here: example of an API request for 'Code Black' FanArt
The 'hdtvlogo' on that example refers to a logo of 'The 33' movie, although the link is to a file named 'code-black-55e1d2035d93e.png'.
All the other images in the API call are in the right place, just the logo isn't...
I found that same problem after looking at an API request for 'The 33' movie, by checking the English 'hdmovielogo' entry which is actually a 'Brooklyn Nine-Nine' TV logo...
Of-course like the first case, on the FanArt page it looks fine.
For your inspection

Thank you.