Skip to content

Commit 550dac2

Browse files
committed
Sort by tracks_total
1 parent 759f4ef commit 550dac2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/js/views/library/LibraryLocalAlbums.js

+4
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ class LibraryLocalAlbums extends React.Component{
129129
{
130130
value: 'name',
131131
label: 'Name'
132+
},
133+
{
134+
value: 'tracks_total',
135+
label: 'Tracks'
132136
}
133137
]
134138

0 commit comments

Comments
 (0)