Merge pull request #5154 from crobibero/skip-attributes

(cherry picked from commit 5f63c33557)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
pull/5296/head
Claus Vium 4 years ago committed by Joshua M. Boniface
parent 20e985a0d1
commit 9f3cebf493

@ -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