You've already forked Sonarr
mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-09-16 09:26:36 +02: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