Skip to content

Commit

Permalink
Show AlbumArtist in Album table view. Fixes #1626
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Sep 29, 2022
1 parent 8befe10 commit e7fab8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/album/AlbumTableView.js
Expand Up @@ -83,7 +83,7 @@ const AlbumTableView = ({

const toggleableFields = useMemo(() => {
return {
artist: <ArtistLinkField source="artist" />,
artist: <ArtistLinkField source="albumArtist" />,
songCount: isDesktop && (
<NumberField source="songCount" sortByOrder={'DESC'} />
),
Expand Down

0 comments on commit e7fab8b

Please sign in to comment.