Pārlūkot izejas kodu

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

gnattu 8 mēneši atpakaļ
vecāks
revīzija
b92fc7ea9d

+ 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",