Check history when retrying downloads with SAB

Fixed: Retrying a download shouldn't cause drone to lose track of it
This commit is contained in:
Mark McDowall
2014-09-30 14:17:48 -07:00
parent fde38938b8
commit acc25d7558
2 changed files with 24 additions and 11 deletions
@@ -1,17 +1,13 @@
using System;
using System.IO;
using System.Linq;
using System.Collections.Generic;
using FizzWare.NBuilder;
using FluentAssertions;
using Moq;
using NUnit.Framework;
using NzbDrone.Common;
using NzbDrone.Core.Download;
using NzbDrone.Core.Download.Clients.Sabnzbd;
using NzbDrone.Core.Download.Clients.Sabnzbd.Responses;
using NzbDrone.Core.Parser.Model;
using NzbDrone.Core.Test.Framework;
using NzbDrone.Core.Tv;
using NzbDrone.Test.Common;
using NzbDrone.Core.RemotePathMappings;