Failed downloads are added to history

This commit is contained in:
Mark McDowall
2013-10-22 00:31:36 -07:00
parent 2e1b921543
commit e64d2f33d6
18 changed files with 444 additions and 19 deletions
@@ -0,0 +1,9 @@
using NzbDrone.Core.Messaging.Commands;
namespace NzbDrone.Core.Download
{
public class FailedDownloadCommand : Command
{
}
}