diff options
| author | Davide Polonio <poloniodavide@gmail.com> | 2020-05-02 13:09:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-02 13:09:57 +0200 |
| commit | 472efeeec4ddf5dbea1550aeea2173590b24953e (patch) | |
| tree | 1a3694538a86f433c1d913a0543edd7656cd64ac | |
| parent | 5099f6e4a24128e47edbad674f551c5ebe29cb7e (diff) | |
Remove extra line in UserManager
Co-authored-by: Bond-009 <bond.009@outlook.com>
| -rw-r--r-- | Emby.Server.Implementations/Library/UserManager.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/UserManager.cs b/Emby.Server.Implementations/Library/UserManager.cs index 8941767b4..903d43faa 100644 --- a/Emby.Server.Implementations/Library/UserManager.cs +++ b/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, |
