NzbInfoUrl added to history and episode parse result, will be added to history item before being added to the DB.

This commit is contained in:
Mark McDowall 2012-05-02 08:37:09 -07:00
commit ce0a6f8b86
4 changed files with 7 additions and 4 deletions

View file

@ -30,6 +30,8 @@ namespace NzbDrone.Core.Model
public string NzbUrl { get; set; }
public string NzbInfoUrl { get; set; }
public string OriginalString { get; set; }
public Series Series { get; set; }