Преглед на файлове

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;
                 }
             }