Merge pull request #5154 from crobibero/skip-attributes
This commit is contained in:
commit
5f63c33557
|
@ -684,7 +684,9 @@ namespace Emby.Server.Implementations.IO
|
|||
return new EnumerationOptions
|
||||
{
|
||||
RecurseSubdirectories = recursive,
|
||||
IgnoreInaccessible = true
|
||||
IgnoreInaccessible = true,
|
||||
// Don't skip any files.
|
||||
AttributesToSkip = 0
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user