|
|
|
@ -176,7 +176,6 @@ namespace NzbDrone.Common.Disk
|
|
|
|
|
|
|
|
|
|
return _fileSystem.Directory.EnumerateFiles(path, "*", new EnumerationOptions
|
|
|
|
|
{
|
|
|
|
|
AttributesToSkip = FileAttributes.System,
|
|
|
|
|
RecurseSubdirectories = recursive,
|
|
|
|
|
IgnoreInaccessible = true
|
|
|
|
|
});
|
|
|
|
@ -518,7 +517,6 @@ namespace NzbDrone.Common.Disk
|
|
|
|
|
|
|
|
|
|
return di.EnumerateFiles("*", new EnumerationOptions
|
|
|
|
|
{
|
|
|
|
|
AttributesToSkip = FileAttributes.System,
|
|
|
|
|
RecurseSubdirectories = recursive,
|
|
|
|
|
IgnoreInaccessible = true
|
|
|
|
|
}).ToList();
|
|
|
|
|