mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
New: Ignore #recycle folders (Synology Recycle bin folder)
This commit is contained in:
parent
363be4ca34
commit
55758a2772
@ -44,7 +44,8 @@ public class FileSystemLookupService : IFileSystemLookupService
|
|||||||
".@__thumb",
|
".@__thumb",
|
||||||
|
|
||||||
// Synology
|
// Synology
|
||||||
"@eadir"
|
"@eadir",
|
||||||
|
"#recycle"
|
||||||
};
|
};
|
||||||
|
|
||||||
public FileSystemLookupService(IDiskProvider diskProvider, IRuntimeInfo runtimeInfo)
|
public FileSystemLookupService(IDiskProvider diskProvider, IRuntimeInfo runtimeInfo)
|
||||||
|
Loading…
Reference in New Issue
Block a user