Fix Ombi auth through Jellyfin

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
Nicholas Sica 2021-11-11 11:03:27 -05:00 committed by GitHub
parent 4b2c40f717
commit c5e42ddcc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -199,6 +199,7 @@ namespace Jellyfin.Server.Implementations.Security
{
authInfo.Version = string.Empty;
}
authInfo.IsApiKey = true;
}
}