diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-08-17 01:29:05 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-08-17 01:29:05 -0400 |
| commit | 1c815d2e720b95e93cc993fbbdba71551f7bd214 (patch) | |
| tree | 985fe7aa7b8f4420545cdd385effdb7c11380514 /MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs | |
| parent | 1dc5911f068e2c3a7035081ee3fdbbedc4f09225 (diff) | |
update sync display
Diffstat (limited to 'MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs | 3 |
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> |
