[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
No known key found for this signature in database
GPG key ID: 18D2767419676C87

View file

@ -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,
}, },
{ {