mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Updated DataTables.
This commit is contained in:
parent
74e78434b3
commit
36378522e4
20 changed files with 1675 additions and 6 deletions
|
@ -8,6 +8,7 @@ using NzbDrone.Core;
|
|||
using NzbDrone.Core.Helpers;
|
||||
using NzbDrone.Core.Providers;
|
||||
using NzbDrone.Web.Models;
|
||||
using ServiceStack.Text;
|
||||
|
||||
namespace NzbDrone.Web.Controllers
|
||||
{
|
||||
|
@ -37,8 +38,7 @@ namespace NzbDrone.Web.Controllers
|
|||
AirDateString = e.AirDate.Value.ToBestDateString()
|
||||
});
|
||||
|
||||
//var serialized = new JavaScriptSerializer().Serialize(missing);
|
||||
|
||||
JsConfig.IncludeNullValues = true;
|
||||
return View(missing);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue