Added a scroll to the top thingy and a bit more work on headphones

This commit is contained in:
tidusjar 2016-03-30 13:59:13 +01:00
parent 0429530bf3
commit f7c33d48f4
11 changed files with 151 additions and 13 deletions

View file

@ -69,7 +69,7 @@ namespace PlexRequests.UI
if (port == -1)
port = GetStartupPort();
var options = new StartOptions(Debugger.IsAttached ? $"http://localhost:{port}" : $"http://+:{port}")
var options = new StartOptions( $"http://+:{port}")
{
ServerFactory = "Microsoft.Owin.Host.HttpListener"
};