diff options
| author | Oggeb1 <51484222+Oggeb1@users.noreply.github.com> | 2026-08-29 14:02:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-29 14:02:22 +0200 |
| commit | 4207e89a7dcad107a211d49ed2c467ed15ed7e26 (patch) | |
| tree | b901afe7ddcc5fd20e00be41d3e2f55464ce9a2f /src/Jellyfin.Database/Jellyfin.Database.Implementations/Entities/Preference.cs | |
| parent | 163895b99f780df1ce8f50f3d0e17f4a2880e251 (diff) | |
| parent | fbb0f1afbcd52a15d6e56742bba0f338a5ced88f (diff) | |
Merge branch 'jellyfin:master' into BDMV-pgs
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. |
