aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-09-05 20:55:42 +0100
committerGitHub <noreply@github.com>2020-09-05 20:55:42 +0100
commit0f6ea123ea1ead19e6efc915e6af62dc4a198329 (patch)
treec20ced83c6fc421fddaeb867259bb1d042f67b1f /Emby.Server.Implementations/ApplicationHost.cs
parent8439860b2aa38f4f0e8fa243f8efaa9b5a0d0c0b (diff)
Update ApplicationHost.cs
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs1
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;