Adding history

This commit is contained in:
Mark McDowall 2013-05-02 23:53:32 -07:00
commit 7ab1084437
20 changed files with 289 additions and 7 deletions

View file

@ -1,4 +1,5 @@
using System;
using System.Collections.Generic;
using Marr.Data;
using NzbDrone.Core.Datastore;
using NzbDrone.Core.Tv;
@ -16,6 +17,7 @@ namespace NzbDrone.Core.History
public string NzbInfoUrl { get; set; }
public string ReleaseGroup { get; set; }
public LazyLoaded<Episode> Episode { get; set; }
public Episode Episode { get; set; }
public Series Series { get; set; }
}
}