mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Fixed the emby connect issue
This commit is contained in:
parent
c1529da0e6
commit
bffa7d33d4
12 changed files with 2373 additions and 22 deletions
|
@ -79,7 +79,7 @@ namespace Ombi.Core.Authentication
|
|||
{
|
||||
return await CheckPlexPasswordAsync(user, password);
|
||||
}
|
||||
if (user.UserType == UserType.EmbyUser)
|
||||
if (user.UserType == UserType.EmbyUser || user.UserType == UserType.EmbyConnectUser)
|
||||
{
|
||||
return await CheckEmbyPasswordAsync(user, password);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue