Browse Source

Add lost+found to ignore list

https://forum.jellyfin.org/t/library-not-loading/2086
artiume 5 years ago
parent
commit
0efb81b21e
1 changed files with 1 additions and 0 deletions
  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/**",