Fix Ombi auth through Jellyfin

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/6822/head
Nicholas Sica 3 years ago committed by GitHub
parent 4b2c40f717
commit c5e42ddcc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save