mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
update the connectuserid for emby users
This commit is contained in:
parent
a383839bd0
commit
a06496bb03
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@ namespace Ombi.Schedule.Jobs.Emby
|
||||||
{
|
{
|
||||||
// Do we need to update this user?
|
// Do we need to update this user?
|
||||||
existingEmbyUser.UserName = embyUser.Name;
|
existingEmbyUser.UserName = embyUser.Name;
|
||||||
|
existingEmbyUser.EmbyConnectUserId =
|
||||||
|
embyUser.ConnectUserId.HasValue() ? embyUser.ConnectUserId : string.Empty;
|
||||||
|
|
||||||
await _userManager.UpdateAsync(existingEmbyUser);
|
await _userManager.UpdateAsync(existingEmbyUser);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue