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) {