made newlines into linux newlines

This commit is contained in:
Phallacy 2019-02-20 01:17:30 -08:00
parent a0d31a49a0
commit 098de6b050
3 changed files with 589 additions and 591 deletions

View File

@ -205,8 +205,6 @@ namespace Emby.Server.Implementations.Library
//the password has no salt and should be called with the older method for safety
return PasswordHash.ConvertToByteString(_cryptographyProvider.ComputeHash(passwordHash.Id, Encoding.UTF8.GetBytes(str)));
}
}
}
}