mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
Added a user api handler, and improved portable ApiClient
This commit is contained in:
parent
23ea228079
commit
c7b305ee2e
@@ -217,7 +217,7 @@ namespace MediaBrowser.Controller
|
||||
}
|
||||
else
|
||||
{
|
||||
result.Success = GetMD5((password ?? string.Empty)).Equals(user.Password);
|
||||
result.Success = GetMD5((password ?? string.Empty)).ToString().Equals(user.Password);
|
||||
}
|
||||
|
||||
// Update LastActivityDate and LastLoginDate, then save
|
||||
|
||||
Reference in New Issue
Block a user