NotUnpacking check added to episode import

Checks last write time when in working folder, should help with moving while unpacking
This commit is contained in:
Mark McDowall
2013-08-22 08:34:51 -07:00
parent 227e13d858
commit 7771899e29
7 changed files with 134 additions and 1 deletions

View File

@@ -93,7 +93,6 @@ namespace NzbDrone.Common
{
Ensure.That(() => path).IsValidPath();
if (!FileExists(path))
throw new FileNotFoundException("File doesn't exist: " + path);