New: Ignore #recycle folders (Synology Recycle bin folder)

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick 2023-01-23 21:47:41 -06:00
parent ec75aa6378
commit 874b4fc401

View file

@ -44,7 +44,8 @@ public class FileSystemLookupService : IFileSystemLookupService
".@__thumb",
// Synology
"@eadir"
"@eadir",
"#recycle"
};
public FileSystemLookupService(IDiskProvider diskProvider, IRuntimeInfo runtimeInfo)