1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-03 13:45:02 +00:00

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

This commit is contained in:
Mark McDowall 2020-03-10 23:56:09 -07:00
parent 0bbc4e8c1b
commit ae7f8926f8

View file

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