2
0
Эх сурвалжийг харах

Add lost+found to ignore list

https://forum.jellyfin.org/t/library-not-loading/2086
artiume 5 жил өмнө
parent
commit
0efb81b21e

+ 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/**",