mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 05:16:34 +02:00
Fixed: History grid loads faster (lazy loaded)
This commit is contained in:
@@ -10,8 +10,8 @@ namespace NzbDrone.Web.App_Start
|
||||
{
|
||||
public static void Start()
|
||||
{
|
||||
if (!ModelBinders.Binders.ContainsKey(typeof(DataTablesParams)))
|
||||
ModelBinders.Binders.Add(typeof(DataTablesParams), new DataTablesModelBinder());
|
||||
if (!ModelBinders.Binders.ContainsKey(typeof(DataTablesPageRequest)))
|
||||
ModelBinders.Binders.Add(typeof(DataTablesPageRequest), new DataTablesModelBinder());
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user