Browse Source

ignore qnap folder

Luke Pulverenti 8 years ago
parent
commit
2a909caaec
1 changed files with 4 additions and 1 deletions
  1. 4 1
      Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs

+ 4 - 1
Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs

@@ -38,7 +38,10 @@ namespace Emby.Server.Implementations.Library
                 // Synology
                 "@eaDir",
                 "eaDir",
-                "#recycle"
+                "#recycle",
+
+                // Qnap
+                "@Recycle"
 
         };