Explorar o código

Remove extra line in UserManager

Co-authored-by: Bond-009 <bond.009@outlook.com>
Davide Polonio %!s(int64=5) %!d(string=hai) anos
pai
achega
472efeeec4
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Emby.Server.Implementations/Library/UserManager.cs

+ 0 - 1
Emby.Server.Implementations/Library/UserManager.cs

@@ -627,7 +627,6 @@ namespace Emby.Server.Implementations.Library
                 !string.IsNullOrEmpty(remoteEndPoint) &&
                 _networkManager.IsInLocalNetwork(remoteEndPoint) ? hasConfiguredEasyPassword : hasConfiguredPassword;
 
-
             PublicUserDto dto = new PublicUserDto
             {
                 Name = user.Name,