mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
New: NzbInfoUrl added to history (link to NZB info at indexer) - Not supported for Womble's.
This commit is contained in:
parent
b314ff5e82
commit
5aff4ab240
12 changed files with 639 additions and 462 deletions
|
@ -41,7 +41,8 @@ namespace NzbDrone.Web.Controllers
|
|||
Date = h.Date.ToString(),
|
||||
DateSorter = h.Date.ToString("MM/dd/yyyy h:mm:ss tt"),
|
||||
Indexer = h.Indexer,
|
||||
EpisodeId = h.EpisodeId
|
||||
EpisodeId = h.EpisodeId,
|
||||
NzbInfoUrl = h.NzbInfoUrl
|
||||
}).OrderByDescending(h => h.Date).ToList();
|
||||
|
||||
return Json(new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue