diff options
| author | Bond_009 <bond.009@outlook.com> | 2022-08-12 20:37:31 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2022-08-18 13:56:23 +0200 |
| commit | 5036afd69127cc6f6b0801329b2b04f21aee71f5 (patch) | |
| tree | 24ca3d5f4dc15298e686c6c4944d9d04f9f40cc7 /Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs | |
| parent | 63d943aab92a4b5f69e625a269eb830bcbfb4d22 (diff) | |
Minor cleanup
Diffstat (limited to 'Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs')
| -rw-r--r-- | Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs b/Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs index f5d38db20..65edb30ad 100644 --- a/Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs +++ b/Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs @@ -79,7 +79,7 @@ namespace Jellyfin.Server.Implementations.Users } /// <inheritdoc /> - public void SetCustomItemDisplayPreferences(Guid userId, Guid itemId, string client, Dictionary<string, string> customPreferences) + public void SetCustomItemDisplayPreferences(Guid userId, Guid itemId, string client, Dictionary<string, string?> customPreferences) { var existingPrefs = _dbContext.CustomItemDisplayPreferences .AsQueryable() |
