Fixed: Size on disk sorting and display

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick 2020-12-13 21:18:48 -05:00
parent 3a1abfa9f1
commit adc47c51e0
4 changed files with 11 additions and 9 deletions

View file

@ -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;