Exclude .grab and Plex Version folders

This commit is contained in:
Mark McDowall 2017-01-19 01:38:37 -08:00
parent c6eb19c04d
commit 54dd527f01
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ namespace NzbDrone.Core.RootFolders
_logger.Debug("Generating list of unmapped folders");
if (string.IsNullOrEmpty(path))
{
throw new ArgumentException("Invalid path provided", nameof(path));
}