Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/87e492fe51583c5b279c3ca8283eb7f733771ec9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Footer doesn't show track or file count.

pull/6/head
Qstick 7 years ago
parent 902036fbdb
commit 87e492fe51

@ -15,8 +15,8 @@ function ArtistIndexFooter({ artist }) {
let totalFileSize = 0;
artist.forEach((s) => {
tracks += s.trackCount || 0;
trackFiles += s.trackFileCount || 0;
tracks += s.statistics.trackCount || 0;
trackFiles += s.statistics.trackFileCount || 0;
if (s.status === 'ended') {
ended++;

Loading…
Cancel
Save