[bugfix]: song list play count -> genre

This commit is contained in:
Kendall Garner
2024-02-16 13:53:42 -08:00
parent 20b161ee86
commit 1e5d446ced
@@ -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,
},
{