LazyLoaded Series and Episode again for history

This commit is contained in:
Mark McDowall 2013-05-03 00:28:02 -07:00
commit 68f93dbb10
3 changed files with 8 additions and 8 deletions

View file

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