History stores SeriesId now

This commit is contained in:
Mark McDowall 2013-05-13 22:47:53 -07:00
commit cdc9098ac7
4 changed files with 1 additions and 6 deletions

View file

@ -17,9 +17,6 @@ namespace NzbDrone.Core.History
public string NzbInfoUrl { get; set; }
public string ReleaseGroup { get; set; }
// public LazyLoaded<Episode> Episode { get; set; }
// public LazyLoaded<Series> Series { get; set; }
public Episode Episode { get; set; }
public Series Series { get; set; }
}