Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/d0f7833ac87e8d63bdfdaf426cf7cc5b3e40dcb7?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Hide downloaded, not downloading.

pull/4/head
Mark McDowall 13 years ago
parent 0afa7e17cf
commit d0f7833ac8

@ -150,7 +150,7 @@
});
function toggleDownloaded(hide) {
var ready = $('.statusImage[title="Downloading"]');
var ready = $('.statusImage[title="Ready"]');
ready.each(function () {
if (hide) {

Loading…
Cancel
Save