소스 검색

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/**",
             "**/.actors/**",
             "**/.wd_tv/**",
+            "**/lost+found/**",
 
             // WMC temp recording directories that will constantly be written to
             "**/TempRec/**",