diff options
| author | Andrew Rabert <6550543+nvllsvm@users.noreply.github.com> | 2019-01-02 13:05:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-02 13:05:06 -0500 |
| commit | b756390887260ee329bd9b27f40b3855471c3fe0 (patch) | |
| tree | f2442d3f530d024a60b37dc81bc9fc16805071ec /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 2073396d93b376e2c894c3a2127246dd600558b1 (diff) | |
| parent | ec47c5b0f7883cebc54a2d50cdb8e65d4e07084f (diff) | |
Merge pull request #364 from Bond-009/font
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; |
