aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/IgnorePatterns.cs
diff options
context:
space:
mode:
authorOdd Stråbø <oddstr13@openshell.no>2020-07-26 17:11:43 +0200
committerOdd Stråbø <oddstr13@openshell.no>2020-07-26 17:11:43 +0200
commitde708d2fca268eb470b34013f4a52493e34908a1 (patch)
treeaddaef00cb89f2ca1aed9b0f7f5532d30730c133 /Emby.Server.Implementations/Library/IgnorePatterns.cs
parent800260af431fb7cb905993fdc1e3566e43154a39 (diff)
Comment
Diffstat (limited to 'Emby.Server.Implementations/Library/IgnorePatterns.cs')
-rw-r--r--Emby.Server.Implementations/Library/IgnorePatterns.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/IgnorePatterns.cs b/Emby.Server.Implementations/Library/IgnorePatterns.cs
index 62c81e0c7..9ba96818a 100644
--- a/Emby.Server.Implementations/Library/IgnorePatterns.cs
+++ b/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.???",