mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
fixed ninjet's race condition
This commit is contained in:
parent
b112e28b80
commit
30d38eead6
11 changed files with 259 additions and 63 deletions
|
@ -1,12 +1,7 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Net;
|
||||
using System.Text;
|
||||
using NLog;
|
||||
using NLog;
|
||||
using NzbDrone.Core;
|
||||
|
||||
namespace NzbDrone.Console
|
||||
namespace NzbDrone
|
||||
{
|
||||
class Program
|
||||
{
|
||||
|
@ -15,6 +10,8 @@ namespace NzbDrone.Console
|
|||
static void Main(string[] args)
|
||||
{
|
||||
CentralDispatch.ConfigureNlog();
|
||||
CentralDispatch.BindKernel();
|
||||
|
||||
Logger.Info("Starting NZBDrone WebUI");
|
||||
var server = new CassiniDev.Server(@"D:\My Dropbox\Git\NzbDrone\NzbDrone.Web");
|
||||
server.Start();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue