mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #4067] [MERGED] DisplayPreferences fixes #9847
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/4067
Author: @barronpm
Created: 9/6/2020
Status: ✅ Merged
Merged: 9/7/2020
Merged by: @Bond-009
Base:
master← Head:displaypreferences-fixes📝 Commits (2)
db46a9eClean up JellyfinDb and fix display preferences index.46c705bGenerate 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.