瀏覽代碼

add synology ignore

Luke Pulverenti 8 年之前
父節點
當前提交
b6254996cc
共有 1 個文件被更改,包括 2 次插入1 次删除
  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"
         };