mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
[bugfix]: song list play count -> genre
This commit is contained in:
@@ -126,7 +126,7 @@ const FILTERS = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
defaultOrder: SortOrder.ASC,
|
defaultOrder: SortOrder.ASC,
|
||||||
name: i18n.t('filter.playCount', { postProcess: 'titleCase' }),
|
name: i18n.t('filter.genre', { postProcess: 'titleCase' }),
|
||||||
value: SongListSort.GENRE,
|
value: SongListSort.GENRE,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user