mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
Updated DataTables.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user