mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-16 21:16:24 -04:00
Fixed: Sorting by track count
Signed-off-by: Robin Dadswell <robin@dadswell.email>
This commit is contained in:
@@ -180,7 +180,7 @@ export const defaultState = {
|
||||
bookCount: function(item) {
|
||||
const { statistics = {} } = item;
|
||||
|
||||
return statistics.bookCount;
|
||||
return statistics.bookCount || 0;
|
||||
},
|
||||
|
||||
sizeOnDisk: function(item) {
|
||||
|
||||
Reference in New Issue
Block a user