mirror of
https://github.com/Readarr/Readarr
synced 2025-12-14 20:36:18 +01:00
New: Ignore #recycle folders (Synology Recycle bin folder)
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
ec75aa6378
commit
874b4fc401
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