Selaa lähdekoodia

Add lost+found to ignore list

https://forum.jellyfin.org/t/library-not-loading/2086
artiume 5 vuotta sitten
vanhempi
sitoutus
0efb81b21e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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/**",