fix: rename album field to name in AlbumInfo component. fixes #4883

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan
2026-01-14 08:21:27 -05:00
parent 9d95ef7b3f
commit fd4a04339e
+1 -1
View File
@@ -37,7 +37,7 @@ const AlbumInfo = (props) => {
const translate = useTranslate()
const record = useRecordContext(props)
const data = {
album: <TextField source={'name'} />,
name: <TextField source={'name'} />,
libraryName: <TextField source="libraryName" />,
albumArtist: (
<ArtistLinkField source="albumArtist" record={record} limit={Infinity} />