From 83089457d8d278fb1e95fdd39bb7539921324d05 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 1 Mar 2012 23:59:12 -0800 Subject: [PATCH] Fix: Added sorting to the seasons column on the series grid. --- NzbDrone.Web/Views/Series/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NzbDrone.Web/Views/Series/Index.cshtml b/NzbDrone.Web/Views/Series/Index.cshtml index 7ef718617..ae6692fd5 100644 --- a/NzbDrone.Web/Views/Series/Index.cshtml +++ b/NzbDrone.Web/Views/Series/Index.cshtml @@ -152,7 +152,7 @@ return source["TitleSorter"]; } }, //Title - { sWidth: '100px', "mDataProp": "SeasonsCount", "bSortable": false }, //Seasons + { sWidth: '100px', "mDataProp": "SeasonsCount" }, //Seasons { sWidth: '100px', "mDataProp": "QualityProfileName" }, //Quality { sWidth: '120px', "mDataProp": "Network" }, //Network { sWidth: '120px', "mDataProp": function (source, type, val) {