mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Remove extra line in UserManager
Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
5099f6e4a2
commit
472efeeec4
@ -627,7 +627,6 @@ namespace Emby.Server.Implementations.Library
|
|||||||
!string.IsNullOrEmpty(remoteEndPoint) &&
|
!string.IsNullOrEmpty(remoteEndPoint) &&
|
||||||
_networkManager.IsInLocalNetwork(remoteEndPoint) ? hasConfiguredEasyPassword : hasConfiguredPassword;
|
_networkManager.IsInLocalNetwork(remoteEndPoint) ? hasConfiguredEasyPassword : hasConfiguredPassword;
|
||||||
|
|
||||||
|
|
||||||
PublicUserDto dto = new PublicUserDto
|
PublicUserDto dto = new PublicUserDto
|
||||||
{
|
{
|
||||||
Name = user.Name,
|
Name = user.Name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user