Browse Source

Fix Ombi auth through Jellyfin

Co-authored-by: Cody Robibero <cody@robibe.ro>
Nicholas Sica 3 years ago
parent
commit
c5e42ddcc6

+ 1 - 0
Jellyfin.Server.Implementations/Security/AuthorizationContext.cs

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