mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix identation
This commit is contained in:
parent
f4af78817d
commit
154b7d8505
@ -78,8 +78,9 @@ namespace Jellyfin.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
ServiceCollection.AddDbContextPool<JellyfinDb>(
|
ServiceCollection.AddDbContextPool<JellyfinDb>(
|
||||||
options => options.UseLoggerFactory(LoggerFactory).
|
options => options
|
||||||
UseSqlite($"Filename={Path.Combine(ApplicationPaths.DataPath, "jellyfin.db")}"));
|
.UseLoggerFactory(LoggerFactory)
|
||||||
|
.UseSqlite($"Filename={Path.Combine(ApplicationPaths.DataPath, "jellyfin.db")}"));
|
||||||
|
|
||||||
ServiceCollection.AddEventServices();
|
ServiceCollection.AddEventServices();
|
||||||
ServiceCollection.AddSingleton<IBaseItemManager, BaseItemManager>();
|
ServiceCollection.AddSingleton<IBaseItemManager, BaseItemManager>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user