aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Users/UserManager.cs
diff options
context:
space:
mode:
authorJim Cartlidge <jimcartlidge@yahoo.co.uk>2020-09-14 15:46:38 +0100
committerJim Cartlidge <jimcartlidge@yahoo.co.uk>2020-09-14 15:46:38 +0100
commitb44455ad0d6e78b5baed535c06a7f7d49116d1ee (patch)
tree5a303cb80f2f83d2ebe48373a4765fa7dd7b25be /Jellyfin.Server.Implementations/Users/UserManager.cs
parent288d89493e76b8881c719fe549859b2c0b5f7e29 (diff)
Update based on PR1 changes.
Diffstat (limited to 'Jellyfin.Server.Implementations/Users/UserManager.cs')
-rw-r--r--Jellyfin.Server.Implementations/Users/UserManager.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Jellyfin.Server.Implementations/Users/UserManager.cs b/Jellyfin.Server.Implementations/Users/UserManager.cs
index 8c19665cc..f73c917a0 100644
--- a/Jellyfin.Server.Implementations/Users/UserManager.cs
+++ b/Jellyfin.Server.Implementations/Users/UserManager.cs
@@ -12,10 +12,11 @@ using Jellyfin.Data.Entities;
using Jellyfin.Data.Enums;
using Jellyfin.Data.Events;
using Jellyfin.Data.Events.Users;
-using Jellyfin.Networking.Manager;
+
using MediaBrowser.Common;
using MediaBrowser.Common.Cryptography;
using MediaBrowser.Common.Extensions;
+using MediaBrowser.Common.Net;
using MediaBrowser.Controller.Authentication;
using MediaBrowser.Controller.Drawing;
using MediaBrowser.Controller.Events;