Remove extra line in UserManager

Co-authored-by: Bond-009 <bond.009@outlook.com>
pull/2492/head
Davide Polonio 4 years ago committed by GitHub
parent 5099f6e4a2
commit 472efeeec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save