diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2026-08-22 07:01:58 +0200 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2026-08-22 07:01:58 +0200 |
| commit | 7ad5ff6aa7804855e6805495f6c9ebcf6d459a11 (patch) | |
| tree | 04a8482646e1559ce38114ec42b6ffd1a9dafc08 /src/Jellyfin.Database/Jellyfin.Database.Implementations/Entities/Preference.cs | |
| parent | 40a449c6f23feb4ebebdfd20e3cba39f49d441f6 (diff) | |
| parent | 9fa0533506d299537b2295183115b8c1f15b2fa0 (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.cs | 2 |
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. |
