mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed the issue with mobile notifications
This commit is contained in:
parent
720adca896
commit
e7a776640b
1 changed files with 5 additions and 1 deletions
|
@ -207,7 +207,11 @@ namespace Ombi
|
|||
var jobSetup = app.ApplicationServices.GetService<IJobSetup>();
|
||||
jobSetup.Setup();
|
||||
ctx.Seed();
|
||||
|
||||
var settingsctx = serviceProvider.GetService<ISettingsContext>();
|
||||
var externalctx = serviceProvider.GetService<IExternalContext>();
|
||||
settingsctx.Seed();
|
||||
externalctx.Seed();
|
||||
|
||||
var provider = new FileExtensionContentTypeProvider { Mappings = { [".map"] = "application/octet-stream" } };
|
||||
|
||||
app.UseStaticFiles(new StaticFileOptions()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue