mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Search history details error removed
Fixed: Search History Details will not show an error when loaded
This commit is contained in:
parent
a087c89903
commit
92bd547315
2 changed files with 7 additions and 2 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue