Browse Source

Add lost+found to ignore list

https://forum.jellyfin.org/t/library-not-loading/2086
artiume 5 năm trước cách đây
mục cha
commit
0efb81b21e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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/**",