mirror of
https://github.com/lidarr/Lidarr
synced 2025-03-14 15:58:48 +00:00
Revert "Fixed: Hidden files being ignored"
This reverts commit 3e5d780424
.
This commit is contained in:
parent
3e5d780424
commit
9b4a3001a0
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue