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 --- MediaBrowser.Controller/IDisplayPreferencesManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Controller') diff --git a/MediaBrowser.Controller/IDisplayPreferencesManager.cs b/MediaBrowser.Controller/IDisplayPreferencesManager.cs index 041eeea62..be1d974a4 100644 --- a/MediaBrowser.Controller/IDisplayPreferencesManager.cs +++ b/MediaBrowser.Controller/IDisplayPreferencesManager.cs @@ -48,7 +48,7 @@ namespace MediaBrowser.Controller /// The item id. /// The client string. /// The dictionary of custom item display preferences. - IDictionary ListCustomItemDisplayPreferences(Guid userId, Guid itemId, string client); + Dictionary ListCustomItemDisplayPreferences(Guid userId, Guid itemId, string client); /// /// Sets the custom item display preference for the user and client. -- cgit v1.2.3