diff options
| author | cvium <clausvium@gmail.com> | 2021-04-07 13:17:59 +0200 |
|---|---|---|
| committer | cvium <clausvium@gmail.com> | 2021-04-07 13:17:59 +0200 |
| commit | 4892e0cf064a2a392881b38a5965324aa80eac0c (patch) | |
| tree | cffb6859bcc5b80742b2f0858928f4da7a2dce5f /MediaBrowser.Controller/IDisplayPreferencesManager.cs | |
| parent | d772fddfb3fcddd5f540cf2650eb7e405a6aec2c (diff) | |
fix build...somehow
Diffstat (limited to 'MediaBrowser.Controller/IDisplayPreferencesManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/IDisplayPreferencesManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/IDisplayPreferencesManager.cs b/MediaBrowser.Controller/IDisplayPreferencesManager.cs index 87b6f81c5..be1d974a4 100644 --- a/MediaBrowser.Controller/IDisplayPreferencesManager.cs +++ b/MediaBrowser.Controller/IDisplayPreferencesManager.cs @@ -48,7 +48,7 @@ namespace MediaBrowser.Controller /// <param name="itemId">The item id.</param> /// <param name="client">The client string.</param> /// <returns>The dictionary of custom item display preferences.</returns> - Dictionary<string, string?> ListCustomItemDisplayPreferences(Guid userId, Guid itemId, string client); + Dictionary<string, string> ListCustomItemDisplayPreferences(Guid userId, Guid itemId, string client); /// <summary> /// Sets the custom item display preference for the user and client. |
