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

pull/2/head
Mark McDowall 4 years ago committed by Qstick
parent 363be4ca34
commit 55758a2772

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

Loading…
Cancel
Save