1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

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
@@ -4,6 +4,7 @@ using Moq;
using NUnit.Framework;
using NzbDrone.Common;
using NzbDrone.Common.Model;
using NzbDrone.Common.Processes;
using NzbDrone.Host;
using NzbDrone.Test.Common;