[bugfix]: song list play count -> genre
This commit is contained in:
parent
20b161ee86
commit
1e5d446ced
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ const FILTERS = {
|
|||
},
|
||||
{
|
||||
defaultOrder: SortOrder.ASC,
|
||||
name: i18n.t('filter.playCount', { postProcess: 'titleCase' }),
|
||||
name: i18n.t('filter.genre', { postProcess: 'titleCase' }),
|
||||
value: SongListSort.GENRE,
|
||||
},
|
||||
{
|
||||
|
|
Reference in a new issue