diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-20 17:17:47 -0400 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-20 17:17:47 -0400 |
| commit | 33a3f620e627151485659eaf2d8468eff6a8246b (patch) | |
| tree | 3a3a048d8d7d533626943365343846ef3e4b2db0 /MediaBrowser.Server.Implementations/IO | |
| parent | 5a3e9e520833540a8e986baa7800d6d78971bc3d (diff) | |
display pending installations on dashboard home
Diffstat (limited to 'MediaBrowser.Server.Implementations/IO')
| -rw-r--r-- | MediaBrowser.Server.Implementations/IO/DirectoryWatchers.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/IO/DirectoryWatchers.cs b/MediaBrowser.Server.Implementations/IO/DirectoryWatchers.cs index c1371a32b..14d413f1a 100644 --- a/MediaBrowser.Server.Implementations/IO/DirectoryWatchers.cs +++ b/MediaBrowser.Server.Implementations/IO/DirectoryWatchers.cs @@ -3,8 +3,8 @@ using MediaBrowser.Controller.Configuration; using MediaBrowser.Controller.Entities; using MediaBrowser.Controller.IO; using MediaBrowser.Controller.Library; -using MediaBrowser.Controller.ScheduledTasks; using MediaBrowser.Model.Logging; +using MediaBrowser.Server.Implementations.ScheduledTasks; using System; using System.Collections.Concurrent; using System.Collections.Generic; |
