ソースを参照

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