Update MediaBrowser.Api/DisplayPreferencesService.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
Patrick Barron
2020-07-28 21:17:11 +00:00
committed by GitHub
parent c094916df0
commit 995c8fadb7

View File

@@ -52,7 +52,7 @@ namespace MediaBrowser.Api
public class DisplayPreferencesService : BaseApiService
{
/// <summary>
/// The user manager.
/// The display preferences manager.
/// </summary>
private readonly IDisplayPreferencesManager _displayPreferencesManager;