1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

Fixed broken test and add a couple more for ProcessDownloadDecisions

This commit is contained in:
Mark McDowall
2017-06-04 00:52:34 -07:00
parent baf83b4c71
commit 6dcb7768a9
2 changed files with 41 additions and 2 deletions
@@ -66,6 +66,7 @@ namespace NzbDrone.Core.Download
downloadProtocol == DownloadProtocol.Torrent && torrentFailed)
{
failed.Add(report);
continue;
}
try