mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-16 04:00:38 +03:00
Show AlbumArtist in Album table view. Fixes #1626
This commit is contained in:
parent
8befe10ee6
commit
e7fab8bb7b
@ -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'} />
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user