diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-10-23 18:45:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-23 18:45:47 -0400 |
| commit | 931f5f2e6a7e790dd28e3c35f6b7fd49ad00fed1 (patch) | |
| tree | 9fb45a97f22c1d0c5ef4f8dbc88fec851be6792a /MediaBrowser.Server.Implementations/FileOrganization/FileOrganizationService.cs | |
| parent | b9b70da03eeb324d8661f4b2fa5615091e23cc45 (diff) | |
| parent | ee1c536171a9d45009fdb68bcd8b3141a3390c5e (diff) | |
Merge pull request #2254 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Server.Implementations/FileOrganization/FileOrganizationService.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/FileOrganization/FileOrganizationService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/FileOrganization/FileOrganizationService.cs b/MediaBrowser.Server.Implementations/FileOrganization/FileOrganizationService.cs index a42eba6ca..9aa49946d 100644 --- a/MediaBrowser.Server.Implementations/FileOrganization/FileOrganizationService.cs +++ b/MediaBrowser.Server.Implementations/FileOrganization/FileOrganizationService.cs @@ -18,6 +18,7 @@ using CommonIO; using MediaBrowser.Controller.Session; using MediaBrowser.Model.Events; using MediaBrowser.Common.Events; +using MediaBrowser.Model.Tasks; namespace MediaBrowser.Server.Implementations.FileOrganization { |
