-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
I'm writing a proxy translating Invidious API into Piped API schema, and have noticed that Invidious doesn't provide channel avatars in search results (neither in API nor official frontend), so, if I wanted to get them, I would need to make a lot of requests on /api/v1/channels/:id.
Also, I think this will be useful to (many?) people, logos/avatars are remembered very well, and firstly we look at the avatar instead of a channel name.
Describe the solution you'd like
- Send
authorAvatarfield in API - Add optional avatar-showing feature to frontend
Describe alternatives you've considered
--
Additional context
--