Rename IsNoWebContent to NoWebContent

This commit is contained in:
Mark Monteiro
2020-03-15 13:00:14 +01:00
parent 547f248a62
commit 4102e3afd0
3 changed files with 4 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ namespace Emby.Server.Implementations.EntryPoints
return Task.CompletedTask;
}
if (_appHost.Resolve<IConfiguration>().IsNoWebContent())
if (_appHost.Resolve<IConfiguration>().NoWebContent())
{
BrowserLauncher.OpenSwaggerPage(_appHost);
}