mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
New: Ignore #recycle folders (Synology Recycle bin folder)
This commit is contained in:
parent
5eee95f8bd
commit
e0aaab05a9
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ namespace NzbDrone.Common.Disk
|
||||||
".@__thumb",
|
".@__thumb",
|
||||||
|
|
||||||
// Synology
|
// Synology
|
||||||
"@eadir"
|
"@eadir",
|
||||||
|
"#recycle"
|
||||||
};
|
};
|
||||||
|
|
||||||
public FileSystemLookupService(IDiskProvider diskProvider, IRuntimeInfo runtimeInfo)
|
public FileSystemLookupService(IDiskProvider diskProvider, IRuntimeInfo runtimeInfo)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue