diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-02-16 20:47:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-16 20:47:22 -0700 |
| commit | 9930efec2208cb1756eff3eb181044d6f6f3e3da (patch) | |
| tree | e3cd0ffe83f6202e949b864ba815e45bcd859ab7 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 5825a0572bdcd11afad283f1e62c07f5e2c61c06 (diff) | |
| parent | 5732e6188c78e9e0de4a5557bfa9cfa64e05b506 (diff) | |
Merge pull request #7321 from Bond-009/warn61
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 2c6f2c7f6..82294644b 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -150,7 +150,7 @@ namespace Emby.Server.Implementations /// <param name="loggerFactory">Instance of the <see cref="ILoggerFactory"/> interface.</param> /// <param name="options">Instance of the <see cref="IStartupOptions"/> interface.</param> /// <param name="startupConfig">The <see cref="IConfiguration" /> interface.</param> - public ApplicationHost( + protected ApplicationHost( IServerApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IStartupOptions options, |
