Browse Source

update sync display

Luke Pulverenti 8 years ago
parent
commit
1c815d2e72
1 changed files with 2 additions and 1 deletions
  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>