1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 03:52:33 +02:00

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

This commit is contained in:
Mark McDowall 2020-03-10 23:56:09 -07:00 committed by Qstick
parent 363be4ca34
commit 55758a2772

View File

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