mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Custom splash screen images are removed on branding updates #6835
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @thornbill on GitHub (Mar 21, 2025).
The server determines that a custom splash screen exists by saving the file path in
BrandingOptions. However the path is ignored in the API so the path is removed when making any updates toBrandingOptions. This makes the custom image feature fundamentally broken.https://github.com/jellyfin/jellyfin-web/pull/6616#pullrequestreview-2691652017