From a2d2121afe6f4cb8a7af1761f1c485081f1f39ff Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 18 Mar 2016 23:28:24 +0000 Subject: [PATCH] back to what it was :( --- PlexRequests.UI/Program.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PlexRequests.UI/Program.cs b/PlexRequests.UI/Program.cs index 134c6510c..a16a5c393 100644 --- a/PlexRequests.UI/Program.cs +++ b/PlexRequests.UI/Program.cs @@ -71,11 +71,10 @@ namespace PlexRequests.UI if (port == -1) port = GetStartupPort(); - var options = new StartOptions + var options = new StartOptions($"http://+:{port}") { ServerFactory = "Microsoft.Owin.Host.HttpListener" }; - options.Urls.Add($"http://localhost:{port}/"); try {