Browse Source

Fix Ombi auth through Jellyfin

Co-authored-by: Cody Robibero <cody@robibe.ro>
Nicholas Sica 3 years ago
parent
commit
c5e42ddcc6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Jellyfin.Server.Implementations/Security/AuthorizationContext.cs

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

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