mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-04 19:10:54 +02:00
New: Ignore #recycle folders (Synology Recycle bin folder)
This commit is contained in:
parent
0bbc4e8c1b
commit
ae7f8926f8
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@ public class FileSystemLookupService : IFileSystemLookupService
|
|||
".@__thumb",
|
||||
|
||||
// Synology
|
||||
"@eadir"
|
||||
"@eadir",
|
||||
"#recycle"
|
||||
};
|
||||
|
||||
public FileSystemLookupService(IDiskProvider diskProvider, IRuntimeInfo runtimeInfo)
|
||||
|
|
|
|||
Loading…
Reference in a new issue