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