Add lost+found to ignore list

https://forum.jellyfin.org/t/library-not-loading/2086
This commit is contained in:
artiume
2020-05-19 21:45:48 -04:00
committed by GitHub
parent d9e2f56bd2
commit 0efb81b21e

View File

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