Explorar el Código

add synology ignore

Luke Pulverenti hace 8 años
padre
commit
b6254996cc
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs

+ 2 - 1
MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs

@@ -49,7 +49,8 @@ namespace MediaBrowser.Server.Implementations.IO
         private readonly IReadOnlyList<string> _alwaysIgnoreSubstrings = new List<string>
         {
             // Synology
-            "@eaDir",
+            "eaDir",
+            "#recycle",
             ".wd_tv",
             ".actors"
         };