aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/FileOrganization/FileOrganizationNotifier.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-10-23 18:45:47 -0400
committerGitHub <noreply@github.com>2016-10-23 18:45:47 -0400
commit931f5f2e6a7e790dd28e3c35f6b7fd49ad00fed1 (patch)
tree9fb45a97f22c1d0c5ef4f8dbc88fec851be6792a /MediaBrowser.Server.Implementations/FileOrganization/FileOrganizationNotifier.cs
parentb9b70da03eeb324d8661f4b2fa5615091e23cc45 (diff)
parentee1c536171a9d45009fdb68bcd8b3141a3390c5e (diff)
Merge pull request #2254 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Server.Implementations/FileOrganization/FileOrganizationNotifier.cs')
-rw-r--r--MediaBrowser.Server.Implementations/FileOrganization/FileOrganizationNotifier.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/FileOrganization/FileOrganizationNotifier.cs b/MediaBrowser.Server.Implementations/FileOrganization/FileOrganizationNotifier.cs
index 5c3814f66..940730b3b 100644
--- a/MediaBrowser.Server.Implementations/FileOrganization/FileOrganizationNotifier.cs
+++ b/MediaBrowser.Server.Implementations/FileOrganization/FileOrganizationNotifier.cs
@@ -7,6 +7,7 @@ using MediaBrowser.Model.FileOrganization;
using MediaBrowser.Model.Logging;
using System;
using System.Threading;
+using MediaBrowser.Model.Tasks;
namespace MediaBrowser.Server.Implementations.FileOrganization
{