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

Fixed: Sorting by track count

Signed-off-by: Robin Dadswell <robin@dadswell.email>
pull/770/head
Qstick 5 years ago
parent 6943cc0011
commit 0d8c259237

@ -180,7 +180,7 @@ export const defaultState = {
bookCount: function(item) {
const { statistics = {} } = item;
return statistics.bookCount;
return statistics.bookCount || 0;
},
sizeOnDisk: function(item) {

Loading…
Cancel
Save