aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Sica <njs82@drexel.edu>2021-11-11 11:03:27 -0500
committerGitHub <noreply@github.com>2021-11-11 11:03:27 -0500
commitc5e42ddcc6a107b094eb0316163f06f8428857e3 (patch)
tree4d8f267f565b4a302707f850df3a34eb698b3858
parent4b2c40f71706d0b8e77925cb0103ae7b9fc65503 (diff)
Fix Ombi auth through Jellyfin
Co-authored-by: Cody Robibero <cody@robibe.ro>
-rw-r--r--Jellyfin.Server.Implementations/Security/AuthorizationContext.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Server.Implementations/Security/AuthorizationContext.cs b/Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
index efa7e3b5c..d648f9504 100644
--- a/Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
+++ b/Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
@@ -199,6 +199,7 @@ namespace Jellyfin.Server.Implementations.Security
{
authInfo.Version = string.Empty;
}
+
authInfo.IsApiKey = true;
}
}