Merge pull request #3144 from Artiume/patch-3

Add lost+found to ignore list
pull/3152/head
Anthony Lavado 4 years ago committed by GitHub
commit a31549c6e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save