[PR #4067] [MERGED] DisplayPreferences fixes #9847

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4067
Author: @barronpm
Created: 9/6/2020
Status: Merged
Merged: 9/7/2020
Merged by: @Bond-009

Base: masterHead: displaypreferences-fixes


📝 Commits (2)

  • db46a9e Clean up JellyfinDb and fix display preferences index.
  • 46c705b Generate migration for display preferences fix.

📊 Changes

4 files changed (+523 additions, -37 deletions)

View changed files

📝 Jellyfin.Server.Implementations/JellyfinDb.cs (+7 -35)
Jellyfin.Server.Implementations/Migrations/20200905220533_FixDisplayPreferencesIndex.Designer.cs (+461 -0)
Jellyfin.Server.Implementations/Migrations/20200905220533_FixDisplayPreferencesIndex.cs (+51 -0)
📝 Jellyfin.Server.Implementations/Migrations/JellyfinDbModelSnapshot.cs (+4 -2)

📄 Description

Changes
Overwrites the default behavior of UserId being unique and replaces it with an index over user id and client that is unique.

Issues
Fixes #4009
Fixes #3785


🔄 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/4067 **Author:** [@barronpm](https://github.com/barronpm) **Created:** 9/6/2020 **Status:** ✅ Merged **Merged:** 9/7/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `displaypreferences-fixes` --- ### 📝 Commits (2) - [`db46a9e`](https://github.com/jellyfin/jellyfin/commit/db46a9e7c883c2008055a7c75905c0efe42d5677) Clean up JellyfinDb and fix display preferences index. - [`46c705b`](https://github.com/jellyfin/jellyfin/commit/46c705b54502ba72abbe459c0e7dd26f9d95ffdb) Generate migration for display preferences fix. ### 📊 Changes **4 files changed** (+523 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server.Implementations/JellyfinDb.cs` (+7 -35) ➕ `Jellyfin.Server.Implementations/Migrations/20200905220533_FixDisplayPreferencesIndex.Designer.cs` (+461 -0) ➕ `Jellyfin.Server.Implementations/Migrations/20200905220533_FixDisplayPreferencesIndex.cs` (+51 -0) 📝 `Jellyfin.Server.Implementations/Migrations/JellyfinDbModelSnapshot.cs` (+4 -2) </details> ### 📄 Description **Changes** Overwrites the default behavior of UserId being unique and replaces it with an index over user id and client that is unique. **Issues** Fixes #4009 Fixes #3785 --- <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 06:09:33 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9847