From 1d814cd76e2f90efed1d2861e255e67b6fe96988 Mon Sep 17 00:00:00 2001 From: Jamie Rees Date: Fri, 18 Mar 2016 22:11:11 +0000 Subject: [PATCH] This should fix #37 --- 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 e1c145459..08a353fca 100644 --- a/PlexRequests.UI/Program.cs +++ b/PlexRequests.UI/Program.cs @@ -75,8 +75,7 @@ namespace PlexRequests.UI { ServerFactory = "Microsoft.Owin.Host.HttpListener" }; - options.Urls.Add($"http://localhost:{port}"); - //options.Urls.Add($"http://127.0.0.1:{port}"); + options.Urls.Add($"http://+:{port}"); try {