Explorar o código

add synology ignore

Luke Pulverenti %!s(int64=8) %!d(string=hai) anos
pai
achega
b6254996cc
Modificáronse 1 ficheiros con 2 adicións e 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"
         };