From ba43509a67c9cb98d7768f5f5a163f040addab5b Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 15 Feb 2012 23:27:03 -0800 Subject: [PATCH] Cookie will be saved for 1 year now. --- NzbDrone.Web/Views/Series/Index.cshtml | 1 + 1 file changed, 1 insertion(+) diff --git a/NzbDrone.Web/Views/Series/Index.cshtml b/NzbDrone.Web/Views/Series/Index.cshtml index ef6be4758..0bd47b681 100644 --- a/NzbDrone.Web/Views/Series/Index.cshtml +++ b/NzbDrone.Web/Views/Series/Index.cshtml @@ -127,6 +127,7 @@ "bInfo": false, "bAutoWidth": false, "bStateSave": true, + "iCookieDuration": 60 * 60 *24 * 365, //1 year "aoColumns": [ { sWidth: '70px', "sClass": "statusColumn",