Browse Source

Update MediaBrowser.Api/DisplayPreferencesService.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
Patrick Barron 4 years ago
parent
commit
995c8fadb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Api/DisplayPreferencesService.cs

+ 1 - 1
MediaBrowser.Api/DisplayPreferencesService.cs

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