mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-10 12:16:18 +00:00
Rename IsNoWebContent to NoWebContent
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user