aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-06-02 15:45:40 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-06-02 15:45:40 -0400
commit2a909caaec468e74d3181f9e94ef9c45b260374d (patch)
tree6d039c0b3a2dad7e052eabc6d3fca7b93ab3f51c /Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
parent3f24af13427d16f8b5eb4c71af14ec23e51ee0df (diff)
ignore qnap folder
Diffstat (limited to 'Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs')
-rw-r--r--Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs b/Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
index 54f9ca392..961f9886c 100644
--- a/Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
+++ b/Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
@@ -38,7 +38,10 @@ namespace Emby.Server.Implementations.Library
// Synology
"@eaDir",
"eaDir",
- "#recycle"
+ "#recycle",
+
+ // Qnap
+ "@Recycle"
};