فهرست منبع

Fix Ombi auth through Jellyfin

Co-authored-by: Cody Robibero <cody@robibe.ro>
Nicholas Sica 3 سال پیش
والد
کامیت
c5e42ddcc6
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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;
                 }
             }