Describe the bug
During the writing of #4895, I noticed that the URLs are all identical the common image has size of 88 pixels, while the response reports 32, 48, 76, 100, 176, 512 pixels. This doesn't appear to be the case with the /api/v1/channels/:id endpoint.
Possible Fix
Either the use of the same logic that powers the /api/v1/channels/:id endpoint or a simple adjustment in the search response, similar to this one:
Describe the bug During the writing of #4895, I noticed that the URLs are all identical the common image has size of 88 pixels, while the response reports 32, 48, 76, 100, 176, 512 pixels. This doesn't appear to be the case with the
/api/v1/channels/:id
endpoint.Steps to Reproduce
authorThumbnails
listExample Search result consistent across multiple public API instances:
Possible Fix Either the use of the same logic that powers the
/api/v1/channels/:id
endpoint or a simple adjustment in the search response, similar to this one:Note These are my first two bug reports ever, so I have no idea what I'm doing. If I've done something wrong, please don't hesitate to correct me.