mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-31 04:54:01 +00:00
New: Ignore #recycle folders (Synology Recycle bin folder)
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
@@ -44,7 +44,8 @@ namespace NzbDrone.Common.Disk
|
||||
".@__thumb",
|
||||
|
||||
// Synology
|
||||
"@eadir"
|
||||
"@eadir",
|
||||
"#recycle"
|
||||
};
|
||||
|
||||
public FileSystemLookupService(IDiskProvider diskProvider, IRuntimeInfo runtimeInfo)
|
||||
|
||||
Reference in New Issue
Block a user