Added delete and redownload commands to History Grid (redownload will delete the existing item from history and then start an episode search)

This commit is contained in:
Mark McDowall 2011-08-26 17:59:51 -07:00
parent 1d983801e8
commit ac3c3386fc
4 changed files with 83 additions and 5 deletions

View file

@ -16,5 +16,6 @@ namespace NzbDrone.Web.Models
public DateTime Date { get; set; }
public bool IsProper { get; set; }
public string Indexer { get; set; }
public int EpisodeId { get; set; }
}
}