Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Fix artist genre column name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffvli committed Apr 21, 2022
1 parent b6e8159 commit c430494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Fixed macOS global hotkeys not working (#241)
- Fixed incorrect name for artist list "genre" column header

[0.15.0] - 2022-04-13

Expand Down
2 changes: 1 addition & 1 deletion src/components/settings/ListViewColumns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ export const artistColumnListAuto = [
{
label: i18n.t('Genre'),
value: {
id: i18n.t('Fav'),
id: i18n.t('Genre'),
dataKey: 'genre',
alignment: 'center',
flexGrow: 2,
Expand Down

0 comments on commit c430494

Please sign in to comment.