Check if URL is registered when running in non-admin and run accordingly

This commit is contained in:
Mark McDowall
2013-09-20 16:56:17 -07:00
parent 5343bde070
commit f826890d2b
19 changed files with 100 additions and 19 deletions

View File

@@ -3,6 +3,7 @@ using System.Diagnostics;
using System.Threading;
using NLog;
using NzbDrone.Common;
using NzbDrone.Common.Processes;
namespace NzbDrone.Host
{