Show AlbumArtist in Album table view. Fixes #1626
This commit is contained in:
parent
8befe10ee6
commit
e7fab8bb7b
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ const AlbumTableView = ({
|
||||||
|
|
||||||
const toggleableFields = useMemo(() => {
|
const toggleableFields = useMemo(() => {
|
||||||
return {
|
return {
|
||||||
artist: <ArtistLinkField source="artist" />,
|
artist: <ArtistLinkField source="albumArtist" />,
|
||||||
songCount: isDesktop && (
|
songCount: isDesktop && (
|
||||||
<NumberField source="songCount" sortByOrder={'DESC'} />
|
<NumberField source="songCount" sortByOrder={'DESC'} />
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue