diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-07-29 21:29:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-29 21:29:49 -0400 |
| commit | b8da90817568c8cc82db379118dd451e165bfdd7 (patch) | |
| tree | fe5dc144431579fc20404fa2645fd05db1f9b8cb /MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs | |
| parent | f6d8f2d550ca2c530b3a4370a5c2ef59dbbf2ce7 (diff) | |
| parent | 219cba75069cd2560e9571eee0c7f4a419256dab (diff) | |
Merge pull request #1997 from SvenVandenbrande/dev
Clean Up code
Diffstat (limited to 'MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs b/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs index 99cb80cb2..8c2b927e3 100644 --- a/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs +++ b/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs @@ -5,14 +5,12 @@ using MediaBrowser.Controller.Library; using MediaBrowser.Controller.Plugins; using MediaBrowser.Model.Configuration; using MediaBrowser.Model.Logging; -using MediaBrowser.Server.Implementations.ScheduledTasks; using Microsoft.Win32; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; -using System.Threading; using System.Threading.Tasks; using CommonIO; using MediaBrowser.Controller; |
