mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 17:22:54 -07:00
back to what it was :(
This commit is contained in:
parent
cd682cdff9
commit
a2d2121afe
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue