[PR #9071] Fix client supported image formats #11966

Closed
opened 2026-02-07 06:47:41 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/9071

State: closed
Merged: Yes


I recently noticed on the Android TV app that logos for TV shows with transparent backgrounds now had black backgrounds instead. I traced this to GetClientSupportedFormats short circuiting if the Accept header was missing.

These changes remove the short-circuit so that at least the jpg and png formats get added by default. Some code is adjusted so that it handles a missing Accept header.

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/9071 **State:** closed **Merged:** Yes --- I recently noticed on the Android TV app that logos for TV shows with transparent backgrounds now had black backgrounds instead. I traced this to `GetClientSupportedFormats` short circuiting if the Accept header was missing. These changes remove the short-circuit so that at least the jpg and png formats get added by default. Some code is adjusted so that it handles a missing Accept header.
OVERLORD added the pull-request label 2026-02-07 06:47:41 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11966