Signalr errors will not be shown in the UI.

New: Search History, review recent searches and force specific reports to download (Under history)
This commit is contained in:
Mark McDowall 2012-04-23 00:38:42 -07:00
parent 06df8a86b6
commit 38927e3ca1
16 changed files with 100 additions and 99 deletions

View file

@ -8,6 +8,6 @@ namespace NzbDrone.Web.Models
{
public int Id { get; set; }
public string DisplayName { get; set; }
public List<SearchItemModel> SearchResultItems { get; set; }
public List<SearchItemModel> SearchHistoryItems { get; set; }
}
}