From 1e5d446ced74a490d29ebcf0207202a288b01504 Mon Sep 17 00:00:00 2001 From: Kendall Garner <17521368+kgarner7@users.noreply.github.com> Date: Fri, 16 Feb 2024 13:53:42 -0800 Subject: [PATCH] [bugfix]: song list play count -> genre --- .../features/songs/components/song-list-header-filters.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/features/songs/components/song-list-header-filters.tsx b/src/renderer/features/songs/components/song-list-header-filters.tsx index 97a6365b..a1ee1f1c 100644 --- a/src/renderer/features/songs/components/song-list-header-filters.tsx +++ b/src/renderer/features/songs/components/song-list-header-filters.tsx @@ -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, }, {