diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-01-02 15:12:52 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-01-02 15:12:52 +0100 |
| commit | ec47c5b0f7883cebc54a2d50cdb8e65d4e07084f (patch) | |
| tree | e64a4b21f2bd54547191947e772ed735ade48d64 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | f3030812ea8f79d4878a158695df0eb8a741b1e7 (diff) | |
Remove unused FontConfigLoader
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 f1e1b4b2d..07705e9e4 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1240,7 +1240,7 @@ namespace Emby.Server.Implementations HttpClient, ZipClient, ProcessFactory, - 5000, false, + 5000, EnvironmentInfo); MediaEncoder = mediaEncoder; |
