Don't be so strict about dupe attr values.

This commit is contained in:
Taloth Saldono
2015-10-11 00:25:29 +02:00
parent fe76d0f98f
commit 25aa3b60b0
4 changed files with 2 additions and 13 deletions

View File

@@ -1,14 +1,4 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using NLog;
using NzbDrone.Common.Cache;
using NzbDrone.Common.EnvironmentInfo;
using NzbDrone.Common.Extensions;
using NzbDrone.Common.TPL;
namespace NzbDrone.Common.Http.Dispatchers
{