From 3bcbd8878724b9f451d1fcebf6cc3219abdb4026 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 11 May 2014 19:19:15 -0700 Subject: [PATCH] Fixed compilation issue --- src/NzbDrone.Core/MetaData/MetadataService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/MetaData/MetadataService.cs b/src/NzbDrone.Core/MetaData/MetadataService.cs index b9bc2e746..ca428d4fc 100644 --- a/src/NzbDrone.Core/MetaData/MetadataService.cs +++ b/src/NzbDrone.Core/MetaData/MetadataService.cs @@ -2,11 +2,11 @@ using System.Collections.Generic; using System.IO; using System.Linq; -using System.Linq.Expressions; using System.Net; using NLog; using NzbDrone.Common; using NzbDrone.Common.Disk; +using NzbDrone.Common.Http; using NzbDrone.Core.Datastore; using NzbDrone.Core.MediaCover; using NzbDrone.Core.MediaFiles;