aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/IgnorePatterns.cs
diff options
context:
space:
mode:
authorartiume <siderite@gmail.com>2020-05-19 21:45:48 -0400
committerGitHub <noreply@github.com>2020-05-19 21:45:48 -0400
commit0efb81b21ee05c9cbab4101de826250d0d698cf1 (patch)
tree85d8b29d7ac9f50dee7fbcd15aa5700d86aa10ba /Emby.Server.Implementations/Library/IgnorePatterns.cs
parentd9e2f56bd2c77224c5d45b1e164e0cacc9551968 (diff)
Add lost+found to ignore list
https://forum.jellyfin.org/t/library-not-loading/2086
Diffstat (limited to 'Emby.Server.Implementations/Library/IgnorePatterns.cs')
-rw-r--r--Emby.Server.Implementations/Library/IgnorePatterns.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Library/IgnorePatterns.cs b/Emby.Server.Implementations/Library/IgnorePatterns.cs
index 49a36495a..d12b5855b 100644
--- a/Emby.Server.Implementations/Library/IgnorePatterns.cs
+++ b/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/**",