aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/BrandingController.cs
AgeCommit message (Collapse)Author
2025-03-31Preserve SplashscreenLocation when updating branding config (#13756)KGT1
* add BrandingOptionsDto and add branding endpoints * refactor new HttpGet Configuration Branding into existing API calls * Add BrandingOptions to _ignoredConfigurations for openAPI * rename BrandOptionsDto to BrandingOptionsDto
2023-02-02Migrate to file-scoped namespacesShadowghost
2020-11-21Remove UTF8 bom from some filesBond_009
2020-08-03fix openapi validation errorscrobibero
2020-06-22fix testscrobibero
2020-06-22move BrandingService.cs to Jellyfin.Apicrobibero