aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/ServerManager/ServerManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-25 23:38:21 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-25 23:38:21 -0500
commit13563b604756152fe2f6630a4cb8fd2994e5bb62 (patch)
tree367a886bcb57360e635da48046c87eaff243625d /MediaBrowser.Server.Implementations/ServerManager/ServerManager.cs
parent7767580a3bff0d3a6ddc36b32784c0d49bb6b5f7 (diff)
Add upnp configuration
Diffstat (limited to 'MediaBrowser.Server.Implementations/ServerManager/ServerManager.cs')
-rw-r--r--MediaBrowser.Server.Implementations/ServerManager/ServerManager.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/ServerManager/ServerManager.cs b/MediaBrowser.Server.Implementations/ServerManager/ServerManager.cs
index fecd72a39..e66b87b0c 100644
--- a/MediaBrowser.Server.Implementations/ServerManager/ServerManager.cs
+++ b/MediaBrowser.Server.Implementations/ServerManager/ServerManager.cs
@@ -154,8 +154,6 @@ namespace MediaBrowser.Server.Implementations.ServerManager
/// </summary>
private void ReloadHttpServer(IEnumerable<string> urlPrefixes, bool enableHttpLogging)
{
- DisposeHttpServer();
-
_logger.Info("Loading Http Server");
try