Look ma, history!

This commit is contained in:
Mark McDowall 2013-05-10 15:33:04 -07:00
commit d320c2b6a9
12 changed files with 62 additions and 56 deletions

View file

@ -17,7 +17,10 @@ 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 LazyLoaded<Episode> Episode { get; set; }
// public LazyLoaded<Series> Series { get; set; }
public Episode Episode { get; set; }
public Series Series { get; set; }
}
}