diff options
| author | Patrick Barron <barronpm@gmail.com> | 2020-07-22 14:53:32 -0400 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2020-07-22 14:53:32 -0400 |
| commit | 52ebf6ae8f050fcbdf675529a97cfbbfcca4953a (patch) | |
| tree | 471fb503375b52a35e96c791891ea263c7ac5695 /Jellyfin.Server.Implementations | |
| parent | 9f323e55791b6705f78b552d141e3362d967df08 (diff) | |
Move DisplayPreferencesManager.cs to Users namespace
Diffstat (limited to 'Jellyfin.Server.Implementations')
| -rw-r--r-- | Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs (renamed from Jellyfin.Server.Implementations/DisplayPreferencesManager.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server.Implementations/DisplayPreferencesManager.cs b/Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs index 132e74c6a..29ec6e706 100644 --- a/Jellyfin.Server.Implementations/DisplayPreferencesManager.cs +++ b/Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs @@ -3,7 +3,7 @@ using System.Linq; using Jellyfin.Data.Entities; using MediaBrowser.Controller; -namespace Jellyfin.Server.Implementations +namespace Jellyfin.Server.Implementations.Users { /// <summary> /// Manages the storage and retrieval of display preferences through Entity Framework. |
