LazyLoaded Series and Episode again for history

This commit is contained in:
Mark McDowall
2013-05-03 00:28:02 -07:00
parent 17e99958e1
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; }
}
}