1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-25 01:06:30 +00:00

Release group will be shown on history now.

This commit is contained in:
Mark McDowall 2012-08-06 22:41:56 -07:00
parent 33274d04f0
commit 0867f16e2a

View file

@ -21,5 +21,6 @@ namespace NzbDrone.Web.Models
public int EpisodeId { get; set; }
public string Details { get; set; }
public string NzbInfoUrl { get; set; }
public string ReleaseGroup { get; set; }
}
}