Merge pull request #10219 from Bond-009/zfs

This commit is contained in:
Bond-009
2023-10-03 11:04:38 +02:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -89,6 +89,10 @@ namespace Emby.Server.Implementations.Library
// bts sync files
"**/*.bts",
"**/*.sync",
// zfs
"**/.zfs/**",
"**/.zfs"
};
private static readonly GlobOptions _globOptions = new GlobOptions