Exclude .grab and Plex Version folders

pull/4/head
Mark McDowall 8 years ago
parent c6eb19c04d
commit 54dd527f01

@ -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));
}

Loading…
Cancel
Save