diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-09-05 20:55:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-05 20:55:42 +0100 |
| commit | 0f6ea123ea1ead19e6efc915e6af62dc4a198329 (patch) | |
| tree | c20ced83c6fc421fddaeb867259bb1d042f67b1f /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 8439860b2aa38f4f0e8fa243f8efaa9b5a0d0c0b (diff) | |
Update ApplicationHost.cs
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index d579beb2f..52c40f4a5 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -4,6 +4,7 @@ using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; +using System.Globalization; using System.IO; using System.Linq; using System.Net; |
