aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-06-03 03:37:25 -0400
committerGitHub <noreply@github.com>2017-06-03 03:37:25 -0400
commit69f00aef741b27b352eab94b5a059f5fd92a6160 (patch)
treeacbd6cee9beb5f38a4c21e8cdd485cee2a5f6f7c /Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
parentb54b7871e39e197d4af19a6c502938fa6178c4fa (diff)
parent7fbea5d96d9df7b5e487c534ad5c37d54d2105ea (diff)
Merge pull request #2687 from MediaBrowser/dev
Dev
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"
};