mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #5154 from crobibero/skip-attributes
(cherry picked from commit 5f63c3355794fb2da639b0c4c87c19753b3361ad) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
20e985a0d1
commit
9f3cebf493
@ -684,7 +684,9 @@ namespace Emby.Server.Implementations.IO
|
|||||||
return new EnumerationOptions
|
return new EnumerationOptions
|
||||||
{
|
{
|
||||||
RecurseSubdirectories = recursive,
|
RecurseSubdirectories = recursive,
|
||||||
IgnoreInaccessible = true
|
IgnoreInaccessible = true,
|
||||||
|
// Don't skip any files.
|
||||||
|
AttributesToSkip = 0
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user