Rename JellyfinDb to JellyfinDbContext

This commit is contained in:
Patrick Barron
2023-01-16 12:14:44 -05:00
parent 3f66a48206
commit 8479f0f90c
29 changed files with 49 additions and 49 deletions

View File

@@ -29,7 +29,7 @@ public static class ServiceCollectionExtensions
.SkipCachingResults(result =>
result.Value is null || (result.Value is EFTableRows rows && rows.RowsCount == 0)));
serviceCollection.AddPooledDbContextFactory<JellyfinDb>((serviceProvider, opt) =>
serviceCollection.AddPooledDbContextFactory<JellyfinDbContext>((serviceProvider, opt) =>
{
var applicationPaths = serviceProvider.GetRequiredService<IApplicationPaths>();
var loggerFactory = serviceProvider.GetRequiredService<ILoggerFactory>();