mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
DataTables.Mvc added.
Removed old model binding for DataTablesParams (Logs no uses the one from DataTables.Mvc)
This commit is contained in:
parent
2aedc48203
commit
e6712e5aa2
11 changed files with 45 additions and 92 deletions
|
@ -4,6 +4,7 @@ using System.Linq;
|
|||
using System.Linq.Dynamic;
|
||||
using System.Text;
|
||||
using System.Web.Mvc;
|
||||
using DataTables.Mvc.Core.Models;
|
||||
using NzbDrone.Common;
|
||||
using NzbDrone.Core.Instrumentation;
|
||||
using NzbDrone.Web.Models;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue