Prevent adding a root folder that is the same as drone factory

This commit is contained in:
Mark McDowall
2013-08-02 00:16:37 -07:00
parent e3916d5fc8
commit 485f05d4b9
6 changed files with 33 additions and 11 deletions
@@ -12,12 +12,10 @@ namespace NzbDrone.Common.Exceptions
}
protected NzbDroneException(string message)
: base(message)
{
}
}
}