mirror of https://github.com/Sonarr/Sonarr
Fixed: Ignore more folder names when browsing file system
This commit is contained in:
parent
902d6929c0
commit
f0437d1f22
|
@ -39,7 +39,13 @@ namespace NzbDrone.Common.Disk
|
|||
".vol",
|
||||
"cachedmessages",
|
||||
"caches",
|
||||
"trash"
|
||||
"trash",
|
||||
|
||||
// QNAP
|
||||
".@__thumb",
|
||||
|
||||
// Synology
|
||||
"@eadir"
|
||||
};
|
||||
|
||||
public FileSystemLookupService(IDiskProvider diskProvider, Logger logger)
|
||||
|
|
Loading…
Reference in New Issue