mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 09:03:49 -07:00
Release group shown on history details, take 2
This commit is contained in:
parent
0867f16e2a
commit
5665f64988
3 changed files with 6 additions and 1 deletions
|
@ -48,7 +48,8 @@ namespace NzbDrone.Web.Controllers
|
|||
DateSorter = h.Date.ToString("MM/dd/yyyy h:mm:ss tt"),
|
||||
Indexer = h.Indexer,
|
||||
EpisodeId = h.EpisodeId,
|
||||
NzbInfoUrl = h.NzbInfoUrl
|
||||
NzbInfoUrl = h.NzbInfoUrl,
|
||||
ReleaseGroup = h.ReleaseGroup
|
||||
});
|
||||
|
||||
return Json(new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue