mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Add removed line
This commit is contained in:
parent
d961278b3d
commit
2e4c0fee77
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user