mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
New: Ignore #recycle folders (Synology Recycle bin folder)
This commit is contained in:
parent
c6d2f31a02
commit
76d6185493
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