[PR #14056] [MERGED] Refactor Display preference manager #13818

Closed
opened 2026-02-07 07:19:42 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14056
Author: @JPVenson
Created: 5/4/2025
Status: Merged
Merged: 9/5/2025
Merged by: @crobibero

Base: masterHead: Feature/RefactorDisplayPreferencesManager


📝 Commits (3)

  • 75834b5 Refactor Display preference manager
  • 22e1a19 Merge branch 'master' into Feature/RefactorDisplayPreferencesManager
  • ff31119 Remove unessesary save operation

📊 Changes

4 files changed (+98 additions, -87 deletions)

View changed files

📝 Jellyfin.Api/Controllers/DisplayPreferencesController.cs (+2 -5)
📝 Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs (+86 -79)
📝 Jellyfin.Server/CoreAppHost.cs (+1 -1)
📝 MediaBrowser.Controller/IDisplayPreferencesManager.cs (+9 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/14056 **Author:** [@JPVenson](https://github.com/JPVenson) **Created:** 5/4/2025 **Status:** ✅ Merged **Merged:** 9/5/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `Feature/RefactorDisplayPreferencesManager` --- ### 📝 Commits (3) - [`75834b5`](https://github.com/jellyfin/jellyfin/commit/75834b571c579e6f017fba173d3163df3700bdad) Refactor Display preference manager - [`22e1a19`](https://github.com/jellyfin/jellyfin/commit/22e1a199f49f8ceeb3cf6eae7503e677e3822f71) Merge branch 'master' into Feature/RefactorDisplayPreferencesManager - [`ff31119`](https://github.com/jellyfin/jellyfin/commit/ff3111988ab16acaa2a5264db2bbfc08c5f7f302) Remove unessesary save operation ### 📊 Changes **4 files changed** (+98 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/DisplayPreferencesController.cs` (+2 -5) 📝 `Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs` (+86 -79) 📝 `Jellyfin.Server/CoreAppHost.cs` (+1 -1) 📝 `MediaBrowser.Controller/IDisplayPreferencesManager.cs` (+9 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:19:42 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13818