diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-07-02 21:47:36 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-08-09 23:17:54 +0200 |
| commit | 52c1b45feb75c55075135005167a308269013400 (patch) | |
| tree | 7cc099526b3f456bba771a4c3489ad182c5e8a46 /Emby.Server.Implementations/HttpClientManager/HttpClientManager.cs | |
| parent | 6032f31aa660e3b0fe1936217109f9fb47853ba3 (diff) | |
Fix build
Diffstat (limited to 'Emby.Server.Implementations/HttpClientManager/HttpClientManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/HttpClientManager/HttpClientManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/HttpClientManager/HttpClientManager.cs b/Emby.Server.Implementations/HttpClientManager/HttpClientManager.cs index 9ca33d7db..a933b53f5 100644 --- a/Emby.Server.Implementations/HttpClientManager/HttpClientManager.cs +++ b/Emby.Server.Implementations/HttpClientManager/HttpClientManager.cs @@ -1,5 +1,6 @@ using System; using System.Collections.Concurrent; +using System.Globalization; using System.IO; using System.Linq; using System.Net; |
