mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-13 18:27:08 -07:00
History grid will now be built from a json array sent to the view.
This commit is contained in:
parent
6ffc429ae0
commit
4af27cc4b5
8 changed files with 115 additions and 77 deletions
12
NzbDrone.Web/Models/HistoryGridModel.cs
Normal file
12
NzbDrone.Web/Models/HistoryGridModel.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace NzbDrone.Web.Models
|
||||
{
|
||||
public class HistoryGridModel
|
||||
{
|
||||
public string JsonData { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue