Fix identation
This commit is contained in:
parent
f4af78817d
commit
154b7d8505
|
@ -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…
Reference in New Issue
Block a user