1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-04 02:28:21 +00:00

Hide downloaded, not downloading.

This commit is contained in:
Mark McDowall 2012-02-22 08:37:44 -08:00
parent 0afa7e17cf
commit d0f7833ac8

View file

@ -150,7 +150,7 @@
});
function toggleDownloaded(hide) {
var ready = $('.statusImage[title="Downloading"]');
var ready = $('.statusImage[title="Ready"]');
ready.each(function () {
if (hide) {