Explorar el Código

update sync display

Luke Pulverenti hace 8 años
padre
commit
1c815d2e72
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs

+ 2 - 1
MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs

@@ -52,7 +52,8 @@ namespace MediaBrowser.Server.Implementations.IO
             ".db",
 
             // bts sync files
-            ".bts"
+            ".bts",
+            ".sync"
         };
 
         /// <summary>