mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #13756] [MERGED] Preserve SplashscreenLocation when updating branding config #13694
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/13756
Author: @KGT1
Created: 3/23/2025
Status: ✅ Merged
Merged: 4/1/2025
Merged by: @crobibero
Base:
master← Head:fixSplashscreen📝 Commits (4)
9e6c3c8add BrandingOptionsDto and add branding endpointsdd7ed40refactor new HttpGet Configuration Branding into existing API callsdc8fce9Add BrandingOptions to _ignoredConfigurations for openAPI312b36brename BrandOptionsDto to BrandingOptionsDto📊 Changes
5 files changed (+62 additions, -10 deletions)
View changed files
📝
Jellyfin.Api/Controllers/BrandingController.cs(+11 -2)📝
Jellyfin.Api/Controllers/ConfigurationController.cs(+25 -0)📝
Jellyfin.Server/Filters/AdditionalModelFilter.cs(+1 -1)📝
MediaBrowser.Model/Branding/BrandingOptions.cs(+0 -7)➕
MediaBrowser.Model/Branding/BrandingOptionsDto.cs(+25 -0)📄 Description
Changes
This PR adds handling for BrandingOptions to preserve SplashscreenLocation when updating configuration.
sorry accidentally closed the last
Moved logic from to the ConfigurationController to BaseConfigurationManager.cs and now target master
Issues
Fixes: #13744
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.