瀏覽代碼

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

gnattu 8 月之前
父節點
當前提交
b92fc7ea9d
共有 1 個文件被更改,包括 4 次插入0 次删除
  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",