Odd Stråbø 4 年之前
父節點
當前提交
de708d2fca
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.???",