mirror of
https://github.com/Radarr/Radarr
synced 2026-04-28 17:10:54 +02:00
New: Ignore #recycle folders (Synology Recycle bin folder)
This commit is contained in:
parent
ac2b9516e1
commit
747f4c87d3
1 changed files with 2 additions and 1 deletions
|
|
@ -45,7 +45,8 @@ public class FileSystemLookupService : IFileSystemLookupService
|
|||
".@__thumb",
|
||||
|
||||
// Synology
|
||||
"@eadir"
|
||||
"@eadir",
|
||||
"#recycle"
|
||||
};
|
||||
|
||||
public FileSystemLookupService(IDiskProvider diskProvider, Logger logger)
|
||||
|
|
|
|||
Loading…
Reference in a new issue