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

pull/1689/head
Mark McDowall 5 years ago committed by Qstick
parent 5eee95f8bd
commit e0aaab05a9

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

Loading…
Cancel
Save