Odd Stråbø 4 years ago
parent
commit
de708d2fca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Emby.Server.Implementations/Library/IgnorePatterns.cs

+ 1 - 1
Emby.Server.Implementations/Library/IgnorePatterns.cs

@@ -19,7 +19,7 @@ namespace Emby.Server.Implementations.Library
             "**/small.jpg",
             "**/albumart.jpg",
 
-            // What is this reg ex you speak of?
+            // https://github.com/dazinator/DotNet.Glob#patterns
             "**/*.sample.?",
             "**/*.sample.??",
             "**/*.sample.???",