Search history details error removed

Fixed: Search History Details will not show an error when loaded
This commit is contained in:
Mark McDowall 2012-07-05 18:01:25 -07:00
commit 92bd547315
2 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,11 @@ namespace NzbDrone.Web.Models
{
public class SearchItemModel
{
public SearchItemModel()
{
Details = "";
}
public int Id { get; set; }
public string ReportTitle { get; set; }
public string Indexer { get; set; }