Merge pull request #5154 from crobibero/skip-attributes

pull/5159/head
Claus Vium 4 years ago committed by GitHub
commit 5f63c33557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save