mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Updated the emby api since we no longer need the extra parameters to send to emby to log in a local user #2546
This commit is contained in:
parent
cd43bed26b
commit
fa19ab322c
1 changed files with 0 additions and 2 deletions
|
@ -53,8 +53,6 @@ namespace Ombi.Api.Emby
|
|||
{
|
||||
username,
|
||||
pw = password,
|
||||
password = password.GetSha1Hash().ToLower(),
|
||||
passwordMd5 = password.CalcuateMd5Hash()
|
||||
};
|
||||
|
||||
request.AddJsonBody(body);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue