Browse Source

Fix artist genre column name

master
jeffvli 3 years ago
parent
commit
c430494653
  1. 1
      CHANGELOG.md
  2. 2
      src/components/settings/ListViewColumns.ts

1
CHANGELOG.md

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
- Fixed macOS global hotkeys not working (#241) - Fixed macOS global hotkeys not working (#241)
- Fixed incorrect name for artist list "genre" column header
[0.15.0] - 2022-04-13 [0.15.0] - 2022-04-13

2
src/components/settings/ListViewColumns.ts

@ -1103,7 +1103,7 @@ export const artistColumnListAuto = [
{ {
label: i18n.t('Genre'), label: i18n.t('Genre'),
value: { value: {
id: i18n.t('Fav'), id: i18n.t('Genre'),
dataKey: 'genre', dataKey: 'genre',
alignment: 'center', alignment: 'center',
flexGrow: 2, flexGrow: 2,

Loading…
Cancel
Save