mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-01 06:18:16 +00:00
Hide downloaded, not downloading.
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
});
|
||||
|
||||
function toggleDownloaded(hide) {
|
||||
var ready = $('.statusImage[title="Downloading"]');
|
||||
var ready = $('.statusImage[title="Ready"]');
|
||||
|
||||
ready.each(function () {
|
||||
if (hide) {
|
||||
|
||||
Reference in New Issue
Block a user