From 302949048b9a73aa8a3dd3ec25215ee78d58b21a Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 24 Mar 2011 00:30:38 -0700 Subject: [PATCH] Ability to delete from Edit Series (link wasn't available before). add .nzb to file when downloading, need to change to WebRequest/WebResponse to get the file so we can retrieve the actual file name... Use %NZBDRONE_PATH% to store NZB if path is not provided... --- NzbDrone.Core/Providers/RssItemProcessingProvider.cs | 2 +- NzbDrone.Web/Views/Series/Edit.aspx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NzbDrone.Core/Providers/RssItemProcessingProvider.cs b/NzbDrone.Core/Providers/RssItemProcessingProvider.cs index 0cab69fe6..e3e9008c6 100644 --- a/NzbDrone.Core/Providers/RssItemProcessingProvider.cs +++ b/NzbDrone.Core/Providers/RssItemProcessingProvider.cs @@ -177,7 +177,7 @@ private void ProcessStandardItem(NzbInfoModel nzb, Indexer indexer, List <%: Html.ActionLink("Back to Show", "Details", new { seriesId = Model.SeriesId }) %> | <%: Html.ActionLink("Back to List", "Index") %> + <%: Html.ActionLink("Delete Series", "Delete", new { seriesId = Model.SeriesId })%>