aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-08-17 01:29:05 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-08-17 01:29:05 -0400
commit1c815d2e720b95e93cc993fbbdba71551f7bd214 (patch)
tree985fe7aa7b8f4420545cdd385effdb7c11380514
parent1dc5911f068e2c3a7035081ee3fdbbedc4f09225 (diff)
update sync display
-rw-r--r--MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs b/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs
index dea0a978b..ea9e58ee4 100644
--- a/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs
+++ b/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs
@@ -52,7 +52,8 @@ namespace MediaBrowser.Server.Implementations.IO
".db",
// bts sync files
- ".bts"
+ ".bts",
+ ".sync"
};
/// <summary>