mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Couple of bugfixes
This commit is contained in:
@@ -115,7 +115,7 @@ namespace Jackett.Services
|
||||
public void Start()
|
||||
{
|
||||
// Start the server
|
||||
logger.Debug("Starting web server at " + config.GetListenAddresses()[0]);
|
||||
logger.Info("Starting web server at " + config.GetListenAddresses()[0]);
|
||||
var startOptions = new StartOptions();
|
||||
config.GetListenAddresses().ToList().ForEach(u => startOptions.Urls.Add(u));
|
||||
_server = WebApp.Start<Startup>(startOptions);
|
||||
|
Reference in New Issue
Block a user