mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 10:43:30 +01:00
Fixed migration runner and added docs for adding migrations
This commit is contained in:
@@ -85,6 +85,6 @@ public static class WebHostBuilderExtensions
|
||||
logger.LogInformation("Kestrel listening to unix socket {SocketPath}", socketPath);
|
||||
}
|
||||
})
|
||||
.UseStartup(_ => new Startup(appHost));
|
||||
.UseStartup(context => new Startup(appHost, context.Configuration));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user