aboutsummaryrefslogtreecommitdiff
path: root/src/Jellyfin.Database/Jellyfin.Database.Implementations/Entities/Preference.cs
diff options
context:
space:
mode:
authorShadowghost <Ghost_of_Stone@web.de>2026-08-22 07:01:58 +0200
committerShadowghost <Ghost_of_Stone@web.de>2026-08-22 07:01:58 +0200
commit7ad5ff6aa7804855e6805495f6c9ebcf6d459a11 (patch)
tree04a8482646e1559ce38114ec42b6ffd1a9dafc08 /src/Jellyfin.Database/Jellyfin.Database.Implementations/Entities/Preference.cs
parent40a449c6f23feb4ebebdfd20e3cba39f49d441f6 (diff)
parent9fa0533506d299537b2295183115b8c1f15b2fa0 (diff)
Merge remote-tracking branch 'upstream/master' into optimize-db-helper-memory
# Conflicts: # src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/JellyfinDbModelSnapshot.cs
Diffstat (limited to 'src/Jellyfin.Database/Jellyfin.Database.Implementations/Entities/Preference.cs')
-rw-r--r--src/Jellyfin.Database/Jellyfin.Database.Implementations/Entities/Preference.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Jellyfin.Database/Jellyfin.Database.Implementations/Entities/Preference.cs b/src/Jellyfin.Database/Jellyfin.Database.Implementations/Entities/Preference.cs
index c02ea7375a..9bd159f2cf 100644
--- a/src/Jellyfin.Database/Jellyfin.Database.Implementations/Entities/Preference.cs
+++ b/src/Jellyfin.Database/Jellyfin.Database.Implementations/Entities/Preference.cs
@@ -35,7 +35,7 @@ namespace Jellyfin.Database.Implementations.Entities
/// <summary>
/// Gets or sets the id of the associated user.
/// </summary>
- public Guid? UserId { get; set; }
+ public Guid UserId { get; set; }
/// <summary>
/// Gets the type of this preference.