Merge pull request #3144 from Artiume/patch-3

Add lost+found to ignore list
This commit is contained in:
Anthony Lavado 2020-05-21 00:54:41 -04:00 committed by GitHub
commit a31549c6e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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