diff --git a/Jellyfin.Server/Program.cs b/Jellyfin.Server/Program.cs index 9454b28d6d..11c09db983 100644 --- a/Jellyfin.Server/Program.cs +++ b/Jellyfin.Server/Program.cs @@ -128,6 +128,10 @@ namespace Jellyfin.Server #pragma warning restore CA5359 Batteries_V2.Init(); + if (raw.sqlite3_enable_shared_cache(1) != raw.SQLITE_OK) + { + Console.WriteLine("WARN: Failed to enable shared cache for SQLite"); + } using (var appHost = new CoreAppHost( appPaths,