mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 03:38:26 -07:00
Fixed: Size on disk sorting and display
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
3a1abfa9f1
commit
adc47c51e0
4 changed files with 11 additions and 9 deletions
|
@ -207,12 +207,6 @@ export const defaultState = {
|
|||
return statistics.totalTrackCount || 0;
|
||||
},
|
||||
|
||||
sizeOnDisk: function(item) {
|
||||
const { statistics = {} } = item;
|
||||
|
||||
return statistics.sizeOnDisk;
|
||||
},
|
||||
|
||||
ratings: function(item) {
|
||||
const { ratings = {} } = item;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue