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

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/2158/head
Qstick 2 years ago
parent ec75aa6378
commit 874b4fc401

@ -44,7 +44,8 @@ namespace NzbDrone.Common.Disk
".@__thumb",
// Synology
"@eadir"
"@eadir",
"#recycle"
};
public FileSystemLookupService(IDiskProvider diskProvider, IRuntimeInfo runtimeInfo)

Loading…
Cancel
Save