Browse Source

Yep. I failed at copy-pasting.

Odd Stråbø 4 years ago
parent
commit
800260af43
1 changed files with 2 additions and 0 deletions
  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/*",