浏览代码

Merge pull request #3144 from Artiume/patch-3

Add lost+found to ignore list
Anthony Lavado 5 年之前
父节点
当前提交
a31549c6e7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Emby.Server.Implementations/Library/IgnorePatterns.cs

+ 1 - 0
Emby.Server.Implementations/Library/IgnorePatterns.cs

@@ -25,6 +25,7 @@ namespace Emby.Server.Implementations.Library
             "**/extrathumbs/**",
             "**/.actors/**",
             "**/.wd_tv/**",
+            "**/lost+found/**",
 
             // WMC temp recording directories that will constantly be written to
             "**/TempRec/**",