From 2a909caaec468e74d3181f9e94ef9c45b260374d Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 2 Jun 2017 15:45:40 -0400 Subject: [PATCH] ignore qnap folder --- .../Library/CoreResolutionIgnoreRule.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs b/Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs index 54f9ca3920..961f9886c1 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" };