From 3c64bcffe39e99fbfb0acbefc90ace51d71dfc18 Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Thu, 8 Apr 2021 13:15:02 +0200 Subject: Merge pull request #5717 from cvium/nullable-custompref-value (cherry picked from commit 47bbe4c1466da4959f8eeb01f75565e1e8791e18) Signed-off-by: Joshua M. Boniface --- Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jellyfin.Server.Implementations/Users') diff --git a/Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs b/Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs index c8a589cabc..a9f7092aa6 100644 --- a/Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs +++ b/Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs @@ -67,7 +67,7 @@ namespace Jellyfin.Server.Implementations.Users } /// - public IDictionary ListCustomItemDisplayPreferences(Guid userId, Guid itemId, string client) + public Dictionary ListCustomItemDisplayPreferences(Guid userId, Guid itemId, string client) { return _dbContext.CustomItemDisplayPreferences .AsQueryable() -- cgit v1.2.3