From d0f7833ac87e8d63bdfdaf426cf7cc5b3e40dcb7 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 22 Feb 2012 08:37:44 -0800 Subject: [PATCH] Hide downloaded, not downloading. --- NzbDrone.Web/Views/Upcoming/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NzbDrone.Web/Views/Upcoming/Index.cshtml b/NzbDrone.Web/Views/Upcoming/Index.cshtml index c06bb12d8..f7be4c0d0 100644 --- a/NzbDrone.Web/Views/Upcoming/Index.cshtml +++ b/NzbDrone.Web/Views/Upcoming/Index.cshtml @@ -150,7 +150,7 @@ }); function toggleDownloaded(hide) { - var ready = $('.statusImage[title="Downloading"]'); + var ready = $('.statusImage[title="Ready"]'); ready.each(function () { if (hide) {