mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 13:21:19 +00:00
Fix identation
This commit is contained in:
parent
f4af78817d
commit
154b7d8505
1 changed files with 3 additions and 2 deletions
|
|
@ -78,8 +78,9 @@ namespace Jellyfin.Server
|
|||
}
|
||||
|
||||
ServiceCollection.AddDbContextPool<JellyfinDb>(
|
||||
options => options.UseLoggerFactory(LoggerFactory).
|
||||
UseSqlite($"Filename={Path.Combine(ApplicationPaths.DataPath, "jellyfin.db")}"));
|
||||
options => options
|
||||
.UseLoggerFactory(LoggerFactory)
|
||||
.UseSqlite($"Filename={Path.Combine(ApplicationPaths.DataPath, "jellyfin.db")}"));
|
||||
|
||||
ServiceCollection.AddEventServices();
|
||||
ServiceCollection.AddSingleton<IBaseItemManager, BaseItemManager>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue