Browse Source

Don't resolve trickplay folder during media scanning (#12652)

gnattu 9 tháng trước cách đây
mục cha
commit
b92fc7ea9d
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      Emby.Server.Implementations/Library/IgnorePatterns.cs

+ 4 - 0
Emby.Server.Implementations/Library/IgnorePatterns.cs

@@ -50,6 +50,10 @@ namespace Emby.Server.Implementations.Library
             "**/lost+found/**",
             "**/lost+found",
 
+            // Trickplay files
+            "**/*.trickplay",
+            "**/*.trickplay/**",
+
             // WMC temp recording directories that will constantly be written to
             "**/TempRec/**",
             "**/TempRec",