fixed broken test

This commit is contained in:
kay.one 2013-06-08 23:45:34 -07:00
commit baab8cd838
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,7 @@ namespace NzbDrone.Api.History
{
public int EpisodeId { get; set; }
public int SeriesId { get; set; }
public string NzbTitle { get; set; }
public string SourceTitle { get; set; }
public QualityModel Quality { get; set; }
public DateTime Date { get; set; }
public string Indexer { get; set; }