mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -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,
|
username,
|
||||||
pw = password,
|
pw = password,
|
||||||
password = password.GetSha1Hash().ToLower(),
|
|
||||||
passwordMd5 = password.CalcuateMd5Hash()
|
|
||||||
};
|
};
|
||||||
|
|
||||||
request.AddJsonBody(body);
|
request.AddJsonBody(body);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue