浏览代码

Yep. I failed at copy-pasting.

Odd Stråbø 4 年之前
父节点
当前提交
800260af43
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Emby.Server.Implementations/Library/IgnorePatterns.cs

+ 2 - 0
Emby.Server.Implementations/Library/IgnorePatterns.cs

@@ -22,10 +22,12 @@ namespace Emby.Server.Implementations.Library
             // What is this reg ex you speak of?
             "**/*.sample.?",
             "**/*.sample.??",
+            "**/*.sample.???",
             "**/*.sample.????",
             "**/*.sample.?????",
             "**/sample.?",
             "**/sample.??",
+            "**/sample.???",
             "**/sample.????",
             "**/sample.?????",
             "**/sample/*",