瀏覽代碼

Add lost+found to ignore list

https://forum.jellyfin.org/t/library-not-loading/2086
artiume 5 年之前
父節點
當前提交
0efb81b21e
共有 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/**",
             "**/extrathumbs/**",
             "**/.actors/**",
             "**/.actors/**",
             "**/.wd_tv/**",
             "**/.wd_tv/**",
+            "**/lost+found/**",
 
 
             // WMC temp recording directories that will constantly be written to
             // WMC temp recording directories that will constantly be written to
             "**/TempRec/**",
             "**/TempRec/**",