mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -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,6 +207,10 @@ 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" } };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue