mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Fixed: Ignore more folder names when browsing file system
This commit is contained in:
parent
902d6929c0
commit
f0437d1f22
1 changed files with 9 additions and 3 deletions
|
@ -39,7 +39,13 @@ namespace NzbDrone.Common.Disk
|
|||
".vol",
|
||||
"cachedmessages",
|
||||
"caches",
|
||||
"trash"
|
||||
"trash",
|
||||
|
||||
// QNAP
|
||||
".@__thumb",
|
||||
|
||||
// Synology
|
||||
"@eadir"
|
||||
};
|
||||
|
||||
public FileSystemLookupService(IDiskProvider diskProvider, Logger logger)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue