aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/FileOrganization/FileOrganizationNotifier.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-23 15:47:34 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-23 15:47:34 -0400
commit0f8ccfaf496c3c761c06285574048f8866ef692c (patch)
treed4100df4cd24facfe89a68e46a7a31f94be1d0ec /MediaBrowser.Server.Implementations/FileOrganization/FileOrganizationNotifier.cs
parent07791d46a571d3d6eed23e98ec0fe1c46ea0d37f (diff)
prep for portable common
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
{