update some comments

Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
dkanada
2020-02-01 23:36:40 +09:00
committed by GitHub
parent 7df6f8d54e
commit 692a9bfdd0
3 changed files with 4 additions and 4 deletions

View File

@@ -394,7 +394,7 @@ namespace MediaBrowser.Api
throw new MethodNotAllowedException("Hashed-only passwords are not valid for this API.");
}
// password should always be null
// Password should always be null
return Post(new AuthenticateUserByName
{
Username = user.Name,