mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-26 05:05:07 -04:00
Hide downloaded, not downloading.
This commit is contained in:
1 parent
0afa7e17cf
commit
d0f7833ac8
1 file changed
+1
-1
@@ -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