mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 04:51:45 +02:00
Release group shown on history details, take 2
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user