mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Hide downloaded, not downloading.
This commit is contained in:
parent
0afa7e17cf
commit
d0f7833ac8
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue