Fixed: some issues around removing completed and failed downloads

This commit is contained in:
Keivan Beigi
2014-12-22 17:17:48 -08:00
parent 4ac9fd939a
commit e79a2c742a
18 changed files with 39 additions and 156 deletions
@@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using NLog;
using NzbDrone.Common.Extensions;
using NzbDrone.Common.TPL;
using NzbDrone.Core.Configuration;
using NzbDrone.Core.MediaFiles.Events;
@@ -111,7 +112,7 @@ namespace NzbDrone.Core.Download.TrackedDownloads
}
trackedDownloads.Add(trackedDownload);
trackedDownloads.AddIfNotNull(trackedDownload);
}
catch (Exception e)